forked from stackhpc/stackhpc-release-train
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (33 loc) · 972 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
site_name: StackHPC Release Train
site_url: https://stackhpc.github.io/stackhpc-release-train/
repo_url: https://github.com/stackhpc/stackhpc-release-train/
theme:
name: material
palette:
scheme: default
primary: red
features:
- navigation.instant
- navigation.sections
markdown_extensions:
# From mkdocs-material: allow !!! note.
- admonition
- toc:
permalink: True
- pymdownx.details
- pymdownx.superfences
- tables
nav:
- Overview: index.md
- Architecture: architecture/index.md
- Usage:
Content management HOWTO: usage/content-howto.md
Content management workflows: usage/content-workflows.md
Access control: usage/access.md
Source code CI: usage/source-code-ci.md
GitHub Organisation Management: usage/github-organisation-management.md
- Operations:
Ark: operations/ark.md
Test Pulp: operations/test-pulp.md
GitHub: operations/github.md
- Contributing: contributing.md