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 b8417b6 commit c33ff95Copy full SHA for c33ff95
guide/book.toml
@@ -6,5 +6,5 @@ title = "Learn Vulkan"
6
7
[output.html]
8
theme = "theme"
9
-additional-js = ["theme/lang-toggle.js"]
10
-additional-css = ["theme/lang-toggle.css"]
+additional-js = ["theme/lang_toggle.js"]
+additional-css = ["theme/lang_toggle.css"]
guide/translations/zh-TW/book.toml
theme = "../theme"
-additional-js = ["../theme/lang-toggle.js"]
-additional-css = ["../theme/lang-toggle.css"]
+additional-js = ["../theme/lang_toggle.js"]
+additional-css = ["../theme/lang_toggle.css"]
0 commit comments