-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
49 lines (42 loc) · 1.22 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
site_name: MAS GitOps
site_url: https://pages.github.com/ibm-mas/gitops
repo_name: GitHub
repo_url: https://github.com/ibm-mas/gitops
edit_uri: blob/main/docs/
nav:
- 'Home': index.md
- 'Architecture':
- 'Overview': 'architecture.md'
- 'The Source Repository': helmcharts.md
- 'The Config Repository': configrepo.md
- 'The Secrets Vault': secrets.md
- 'Details':
- 'Mapping Config to MAS Deployments': configtoinstances.md
- 'Deployment Orchestration': orchestration.md
- 'Deployment Timings': timings.md
- 'Reference':
- 'Account Root Application Manifest': accountrootmanifest.md
- 'Known Limitations': limitations.md
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
prev_next_buttons_location: none
features:
- content.code.annotate
extra_css:
- extra.css
- https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
- https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js
plugins:
- macros
- drawio_file
markdown_extensions:
- toc:
permalink:
- admonition
- attr_list
- markdown.extensions.footnotes