File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ repo_url = "https://github.com/godot-sdk-integrations/godot-google-play-billing"
66repo_name = " GodotGooglePlayBilling"
77copyright = " Copyright © 2020 Godot Engine Contributors"
88
9+ use_directory_urls = false
10+ edit_uri = " edit/master/docs/"
11+
912nav = [
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 ]]
3338scheme = " default"
3439toggle.icon = " lucide/sun"
3540toggle.name = " Switch to dark mode"
41+ media = " (prefers-color-scheme: light)"
3642
3743[[project .theme .palette ]]
3844scheme = " slate"
3945toggle.icon = " lucide/moon"
4046toggle.name = " Switch to light mode"
47+ media = " (prefers-color-scheme: dark)"
You can’t perform that action at this time.
0 commit comments