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 1
1
# Format documented here
2
2
# http://www.mkdocs.org/user-guide/configuration/
3
+ # https://squidfunk.github.io/mkdocs-material/getting-started/
3
4
4
5
site_url : http://utPLSQL.org/
5
6
site_name : utPLSQL
@@ -12,6 +13,7 @@ extra_css:
12
13
theme :
13
14
name : material
14
15
palette :
16
+ # Palette toggle for light mode
15
17
- media : " (prefers-color-scheme: light)"
16
18
scheme : default
17
19
toggle :
@@ -26,11 +28,10 @@ theme:
26
28
logo : assets/icon-transparent.png
27
29
favicon : assets/favicon.png
28
30
features :
29
- - navigation.instant # disable for offline docs
31
+ - navigation.instant
30
32
- navigation.indexes
31
33
- navigation.tabs
32
34
- navigation.tracking
33
- - navigation.indexes
34
35
- toc.follow
35
36
- toc.integrate
36
37
- search.suggest
@@ -61,6 +62,8 @@ markdown_extensions:
61
62
- pymdownx.snippets
62
63
- pymdownx.superfences
63
64
- pymdownx.caret
65
+ - pymdownx.mark
66
+ - pymdownx.tilde
64
67
- toc :
65
68
permalink : true
66
69
use_directory_urls : false
You can’t perform that action at this time.
0 commit comments