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 619e0c2 commit ea970ffCopy full SHA for ea970ff
1 file changed
mkdocs.yml
@@ -3,7 +3,11 @@ theme:
3
name: material
4
features:
5
- tabs
6
- #- instant
+ - content.code.copy
7
+ - navigation.sections
8
+ - navigation.path
9
+ - navigation.top
10
+ - search.suggest
11
nav:
12
- Home: index.md
13
- Services:
@@ -18,13 +22,6 @@ markdown_extensions:
18
22
- codehilite
19
23
- pymdownx.tabbed
20
24
- pymdownx.superfences
21
-
-features:
- - content.code.copy
- - navigation.sections
25
- - navigation.path
26
- - navigation.top
27
- - search.suggest
28
29
plugins:
30
- monorepo
0 commit comments