Skip to content

Commit c33ff95

Browse files
committed
Stick to 'snake_case' for file reference
1 parent b8417b6 commit c33ff95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

guide/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ title = "Learn Vulkan"
66

77
[output.html]
88
theme = "theme"
9-
additional-js = ["theme/lang-toggle.js"]
10-
additional-css = ["theme/lang-toggle.css"]
9+
additional-js = ["theme/lang_toggle.js"]
10+
additional-css = ["theme/lang_toggle.css"]

guide/translations/zh-TW/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ title = "Learn Vulkan"
66

77
[output.html]
88
theme = "../theme"
9-
additional-js = ["../theme/lang-toggle.js"]
10-
additional-css = ["../theme/lang-toggle.css"]
9+
additional-js = ["../theme/lang_toggle.js"]
10+
additional-css = ["../theme/lang_toggle.css"]

0 commit comments

Comments
 (0)