-
Notifications
You must be signed in to change notification settings - Fork 42
/
mkdocs.yaml
44 lines (38 loc) · 1.25 KB
/
mkdocs.yaml
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
site_name: Ansible-Automated OpenShift Provisioning on KVM on IBM zSystems / LinuxONE
repo_url: https://github.com/IBM/Ansible-OpenShift-Provisioning
site_url: https://ibm.github.io/Ansible-OpenShift-Provisioning/
edit_uri: edit/main/docs
nav:
- Home: 'index.md'
- Read Me:
- Before You Begin: 'before-you-begin.md'
- Prerequisites: 'prerequisites.md'
- Installation Instructions:
- 1 Get Info: 'get-info.md'
- 2 Set Variables (group_vars): 'set-variables-group-vars.md'
- 3 Set Variables (host_vars): 'set-variables-host-vars.md'
- 4 Run the Playbooks: 'run-the-playbooks.md'
- Run the Playbooks (Disconnected): 'run-the-playbooks-for-disconnected.md'
- Run the Playbooks (HostedControlPlane): 'run-the-playbooks-for-hcp.md'
- Misc:
- Troubleshooting: 'troubleshooting.md'
- Acknowledgements: 'acknowledgements.md'
extra_css:
- stylesheets/extra.css
theme:
name: readthedocs
palette:
scheme: default
primary: black
font:
text: IBM Plex Sans
code: IBM Plex Mono
favicon: images/ansible-logo.png
logo: images/ansible-logo.png
copyright: Copyright © 2022 IBM zSystems Washington Systems Center
markdown_extensions:
- fenced_code
- codehilite
- toc:
permalink: "#"
- attr_list