forked from Neoteroi/mkdocs-plugins-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
85 lines (80 loc) · 2.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: MkDocs Plugins
site_author: Roberto Prevato
site_description: The documentation of Neoteroi MkDocs Plugins.
site_url: https://www.neoteroi.dev/mkdocs-plugins/
repo_name: Neoteroi/mkdocs-plugins
repo_url: https://github.com/Neoteroi/mkdocs-plugins
edit_uri: ""
nav:
- Overview: index.md
- Introduction: intro.md
- Plugins:
- Cards: cards.md
- Timeline: timeline.md
- Gantt: gantt.md
- OpenAPI Docs: ./web/oad.md
- Spantable: spantable.md
- Contribs: contribs.md
- Info:
- Credits: credits.md
- About: about.md
theme:
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
name: "material"
custom_dir: overrides/
highlightjs: true
favicon: img/neoteroi.ico
logo: img/neoteroi-w.svg
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
extra_css:
- css/extra.css
- css/neoteroi.css
plugins:
- search
- neoteroi.contribs:
contributors:
- email: [email protected]
image: https://avatars.githubusercontent.com/u/2576032?s=400&u=d8d880e8ed05bb170877dd3d561d8301c4beeeed&v=4
markdown_extensions:
- admonition
- neoteroi.spantable
- neoteroi.timeline
- neoteroi.cards
- neoteroi.projects
- markdown.extensions.codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- footnotes
- plantuml_markdown:
server: http://www.plantuml.com/plantuml