-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
50 lines (46 loc) · 1.34 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
site_name: OpenShift Provider Compatibility Tool | OPCT
site_description: OpenShift Provider Compatibility Tool
site_url: https://redhat-openshift-ecosystem.github.io/opct
repo_url: https://github.com/redhat-openshift-ecosystem/opct
edit_uri: edit/main/docs/
docs_dir: ./docs
dev_addr: 127.0.0.1:8000
markdown_extensions:
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- diagrams:
file_extension: ".diagram.py"
max_workers: 5
- search
theme:
name: material
highlightjs: true
hljs_languages:
- yaml
features:
#- toc.integrate
- navigation.top
nav:
- User Guides:
- "User Guide": "user.md"
- "Installation Checklist": user-installation-checklist.md
- "Installation Review": user-installation-review.md
- "Disconnected Installations": user-installation-disconnected.md
- "Troubleshooting": troubleshooting-guide.md
- Support Guides:
- Support Guide: support-guide.md
- Review:
- review/index.md
- OPCT Rules: review/rules.md
- Developer Guides:
- Development Guide: dev.md
- Diagrams:
- diagrams/index.md
- diagrams/opct-sequence.md
- "Reference Architecture": diagrams/ocp-architecture-reference.md
- CHANGELOG: CHANGELOG.md