-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.58 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
site_name: ACCESS Toolkit Docs
site_url: https://readthedocs.access-ci.org
site_description: ACCESS Toolkit documentation
repo_url: https://github.com/access-ci-org/Toolkit-Docs
edit_uri: "edit/main/docs"
docs_dir: docs
nav:
- Home: 'index.md'
- Toolkits:
- Basic Cluster:
- RHEL 8 Installation Tutorial: 'toolkits/bc-2.0-installation.md'
- RHEL 7 Installation Tutorial: 'toolkits/bc-installation.md'
- GPU Node Build: 'toolkits/gpu-nodes.md'
- Custom Node Images: 'toolkits/bc-new-image.md'
- Slurmdbd Configuration: 'toolkits/slurmdbd-config.md'
- AD Integration: 'toolkits/ActiveDirectoryIntegration.md'
- Cluster Monitoring Toolkit:
- Installation: 'toolkits/clustermon-installation.md'
- Configuration: 'toolkits/clustermon-config.md'
- Jetstream VC:
- Installation: 'toolkits/vc-installation.md'
- Jetstream 2 VC:
- Installation: 'toolkits/vc-installation-js2.md'
- Container Template Library:
- Quick Start Guide: 'toolkits/ctl/ctlquick.md'
- OpenStack Cloud Toolkit:
- OpenStack Toolkit Overview: 'toolkits/openstack-overview.md'
- OpenStack Planning: 'toolkits/openstack-planning-guide.md'
- OpenStack Manual Installation: 'toolkits/OpenstackInstallation.md'
- OpenStack Automated Installation: 'toolkits/openstack-automated-installation.md'
- OpenStack Operations and Maintenance: 'toolkits/openstack-operations-maintenance.md'
- Contact Us: 'contact-us.md'
- Contributing: 'contributions.md'
theme: readthedocs
#extra_css:
# - css/extra.css
markdown_extensions:
- toc:
permalink: True
- admonition
- footnotes