We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c205904 commit c6daee8Copy full SHA for c6daee8
mkdocs.yml
@@ -24,24 +24,21 @@ plugins:
24
- git-revision-date-localized:
25
enable_creation_date: true
26
fallback_to_build_date: true
27
- - git-authors
28
- social
29
30
theme:
31
name: material
32
features:
33
- content.action.edit
34
- content.action.view
35
- #- navigation.indexes
36
- - navigation.sections
37
- - navigation.tracking
+ - content.code.annotate
+ - content.code.copy
38
- navigation.expand
39
- - toc.follow
40
- navigation.instant
41
- #- toc.integrate
+ - navigation.sections
42
- navigation.top
43
- - content.code.copy
44
- - content.code.annotate
+ - navigation.tracking
+ - toc.follow
45
font:
46
text: Roboto
47
code: Roboto Mono
0 commit comments