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 5939fbc commit d133e2bCopy full SHA for d133e2b
mkdocs.yml
@@ -10,11 +10,21 @@ theme:
10
text: Noto Sans
11
language: en
12
palette:
13
+ scheme: slate
14
primary: black
15
accent: deep purple
16
features:
17
- header.autohide
18
- navigation.top
19
+ - content.code.copy
20
+markdown_extensions:
21
+ - pymdownx.highlight:
22
+ anchor_linenums: true
23
+ line_spans: __span
24
+ pygments_lang_class: true
25
+ - pymdownx.inlinehilite
26
+ - pymdownx.snippets
27
+ - pymdownx.superfences
28
plugins:
29
- search
30
- social
0 commit comments