-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
40 lines (36 loc) · 976 Bytes
/
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
site_name: Deploy documentation
site_url: https://yaptide.github.io/deploy/
repo_url: https://github.com/yaptide/deploy
repo_name: yaptide/deploy
copyright: Copyright © 2023-2024 the Yaptide team
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
nav:
- Home:
- Overview: index.md
- Event scenarios: sequence.md
- Maintenance: maintenance.md
- Simulators: simulators.md
- Authentication: authentication.md
- Cloud deploy: ansible.md
plugins:
- search
- git-revision-date-localized
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true