We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa5176 commit 7027e0fCopy full SHA for 7027e0f
scripts/md2html/build.sh
@@ -48,9 +48,7 @@ for filename in $(ls -1 ../../versions/[23456789].*.md | sort -r) ; do
48
echo -e "\n=== v$version ==="
49
50
node md2html.js --maintainers ./history/MAINTAINERS_v$version.md ${filename} > $tempfile
51
- npx respec --use-local --src $tempfile --out $tempfile
52
- # Dark theme css is directly inserted into the main.css
53
- sed '/<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https:\/\/www.w3.org\/StyleSheets\/TR\/2021\/dark.css">/d' $tempfile > ../../deploy/oas/v$version.html
+ npx respec --use-local --src $tempfile --out ../../deploy/oas/v$version.html
54
rm $tempfile
55
56
if [ $version = $latest ]; then
0 commit comments