Skip to content

Commit 3e97f6a

Browse files
authored
docs: update Zensical theme and markdown configuration (#99)
* docs: update Zensical theme and markdown configuration * docs: remove unused markdown extension configuration
1 parent e0119ed commit 3e97f6a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

zensical.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ repo_url = "https://github.com/godot-sdk-integrations/godot-google-play-billing"
66
repo_name = "GodotGooglePlayBilling"
77
copyright = "Copyright © 2020 Godot Engine Contributors"
88

9+
use_directory_urls = false
10+
edit_uri = "edit/master/docs/"
11+
912
nav = [
1013
"index.md",
1114
"Installation.md",
@@ -26,15 +29,19 @@ features = [
2629
"navigation.instant",
2730
"navigation.instant.progress",
2831
"navigation.top",
29-
"search.highlight"
32+
"search.highlight",
33+
"content.action.edit",
34+
"content.action.view"
3035
]
3136

3237
[[project.theme.palette]]
3338
scheme = "default"
3439
toggle.icon = "lucide/sun"
3540
toggle.name = "Switch to dark mode"
41+
media = "(prefers-color-scheme: light)"
3642

3743
[[project.theme.palette]]
3844
scheme = "slate"
3945
toggle.icon = "lucide/moon"
4046
toggle.name = "Switch to light mode"
47+
media = "(prefers-color-scheme: dark)"

0 commit comments

Comments
 (0)