We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a25f6 commit 09f8fdbCopy full SHA for 09f8fdb
mkdocs.yml
@@ -14,13 +14,14 @@ theme:
14
scheme: slate
15
primary: blue
16
features:
17
- # - navigation.tabs
18
- - navigation.expand
+ - navigation.tabs
+ - navigation.tabs.sticky
19
+ # - navigation.expand
20
- navigation.indexes
21
- navigation.sections
22
- toc.follow
23
- toc.integrate
- # - navigation.top
24
+ - navigation.top
25
icon:
26
admonition:
27
note: octicons/tag-16
@@ -44,5 +45,7 @@ markdown_extensions:
44
45
- pymdownx.mark
46
- pymdownx.tilde
47
- def_list
48
+ - attr_list
49
+ - md_in_html
50
- pymdownx.tasklist:
51
custom_checkbox: true
0 commit comments