-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (36 loc) · 944 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (36 loc) · 944 Bytes
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
# Project Information
site_name: ARO Hack-A-Thon
site_url: https://rh-mobb.github.io/aro-hackathon-content
site_description: A choose-your-own-adventure workshop for Operations and Development teams on ARO.
site_author: Red Hat
# Repository
repo_name: rh-mobb/aro-hackathon-content
repo_url: https://github.com/rh-mobb/aro-hackathon-content
# Nav Menu Definition
nav:
- Home: index.md
- Operations:
- Setup: 'ops/1-account-setup.md'
- ARO Reference Architecture: 'ops/2-deploy-aro-ref-arch.md'
- Azure Service Operator: 'ops/3-azure-service-operator.md'
- App Dev:
- Setup: 'app/1-account-setup.md'
# Theme Configuration
theme:
name: material
language: 'en'
palette:
primary: black
accent: red
font:
text: Overpass
code: Overpass Mono
logo: favicon.ico
favicon: favicon.ico
docs_dir: aro-content
# Extensions
markdown_extensions:
- abbr
- toc:
permalink: "#"
# Google Analytics