Skip to content

Commit 4d058eb

Browse files
committed
Stash changes
1 parent 37f1b54 commit 4d058eb

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

mkdocs.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ theme:
2020
palette:
2121
primary: white
2222

23+
features:
24+
- content.code.copy
25+
2326
logo: https://github.com/grip-framework/medias/raw/master/grip_avatar.png
2427
favicon: https://github.com/grip-framework/medias/raw/master/grip_avatar.png
2528

@@ -31,19 +34,19 @@ extra:
3134

3235
markdown_extensions:
3336
- admonition
34-
- codehilite:
35-
guess_lang: false
3637
- footnotes
3738
- meta
39+
- toc:
40+
permalink: true
41+
3842
- pymdownx.highlight:
39-
anchor_linenums: true
40-
line_spans: __span
41-
pygments_lang_class: true
43+
anchor_linenums: true
44+
line_spans: __span
45+
pygments_lang_class: true
4246
- pymdownx.inlinehilite
4347
- pymdownx.snippets
4448
- pymdownx.superfences
45-
- toc:
46-
permalink: true
49+
4750

4851
nav:
4952
- Introduction:
@@ -65,4 +68,4 @@ nav:
6568
- Error handling: "error_handling.md"
6669
- SSL: "ssl.md"
6770
- Deployment: "deployment.md"
68-
- Testing: "testing.md"
71+
- Testing: "testing.md"

0 commit comments

Comments
 (0)