-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (26 loc) · 964 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (26 loc) · 964 Bytes
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
site_name: Adhoc
site_url: https://solven-eu.github.io/adhoc/
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/
repo_url: https://github.com/solven-eu/adhoc
theme:
name: material
favicon: favicon.ico
logo: favicon.ico
icon:
repo: fontawesome/brands/github
# pymdownx.superfences renders ```mermaid``` fenced blocks via the Mermaid JS library bundled
# with mkdocs-material. pymdownx.snippets pulls the generated .mmd files into those blocks at
# build time so the diagrams stay in sync without duplicating content.
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
base_path: ["."]
nav:
- Home: index.md
- Lexicon: lexicon.md
- Architecture: architecture.md
- Module Dependencies: dependencies.md