-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
57 lines (52 loc) · 1.18 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
site_name: Great Documentation Example
docs_dir: docs
repo_url: https://github.com/cribmove/mkdocs-example-demo
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.tabs.sticky
- navigation.expand
- navigation.prune
- navigation.indexes
- navigation.top
palette:
primary: 'black'
nav:
- Intro: 'index.md'
plugins:
- monorepo
- mermaid2
- search
- awesome-pages
- markmap
- render_swagger
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
extra_css:
- css/extra.css