-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (34 loc) · 937 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (34 loc) · 937 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
30
31
32
33
34
35
36
37
38
39
40
site_name: python-seedwork
site_url: https://aseguragonzalez.github.io/python-seedwork/
repo_url: https://github.com/aseguragonzalez/python-seedwork
repo_name: aseguragonzalez/python-seedwork
theme:
name: material
features:
- navigation.tabs
- navigation.top
- content.code.annotate
- content.code.copy
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- javascripts/mermaid.js
- https://unpkg.com/mermaid@11/dist/mermaid.min.js
plugins:
- search
- mike:
version_selector: true
extra:
version:
provider: mike
nav:
- Home: index.md
- Getting Started: getting-started.md
- Component Reference: component-reference.md
- Architecture: architecture.md
- Best Practices: best-practices.md
- Coding Standards: coding-standards.md