File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Format documented here
22# http://www.mkdocs.org/user-guide/configuration/
3+ # https://squidfunk.github.io/mkdocs-material/getting-started/
34
45site_url : http://utPLSQL.org/
56site_name : utPLSQL
@@ -12,6 +13,7 @@ extra_css:
1213theme :
1314 name : material
1415 palette :
16+ # Palette toggle for light mode
1517 - media : " (prefers-color-scheme: light)"
1618 scheme : default
1719 toggle :
@@ -26,11 +28,10 @@ theme:
2628 logo : assets/icon-transparent.png
2729 favicon : assets/favicon.png
2830 features :
29- - navigation.instant # disable for offline docs
31+ - navigation.instant
3032 - navigation.indexes
3133 - navigation.tabs
3234 - navigation.tracking
33- - navigation.indexes
3435 - toc.follow
3536 - toc.integrate
3637 - search.suggest
@@ -61,6 +62,8 @@ markdown_extensions:
6162 - pymdownx.snippets
6263 - pymdownx.superfences
6364 - pymdownx.caret
65+ - pymdownx.mark
66+ - pymdownx.tilde
6467 - toc :
6568 permalink : true
6669use_directory_urls : false
You can’t perform that action at this time.
0 commit comments