-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
50 lines (45 loc) · 1.19 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
# Project Information
site_name: OpenShift Dedicated Workshop
site_url: https://www.osdworkshop.io
site_description: A guided workshop that ranges from application deployment to cluster configuration for OpenShift Dedicated clusters.
site_author: Red Hat
# Repository
repo_name: openshift-cs/osdworkshop
repo_url: https://github.com/openshift-cs/osdworkshop
# Nav Menu Definition
nav:
- Introduction: index.md
- Prerequisites: 1-prereqs.md
- Concepts: 2-concepts.md
- Lab Overview: 3-lab_overview.md
- Deployment: 4-deployment.md
- Health Check: 5-healthcheck.md
- Storage: 6-storage.md
- ConfigMaps, Secrets, Env Var: 7-confsecenv.md
- Networking: 8-networking.md
- Logging: 9-logging.md
- S2I Deployments: 10-deployment_s2i.md
- S2I Webhooks for CICD: 11-cicd_s2i.md
- Autoscaling: 12-hpa.md
- Feedback: feedback.md
# Theme Configuration
theme:
name: material
language: 'en'
palette:
primary: black
accent: red
font:
text: Overpass
code: Overpass Mono
logo: images/favicon.ico
favicon: images/favicon.ico
docs_dir: OSD4
# Extensions
markdown_extensions:
- toc:
permalink: "#"
# Google Analytics
google_analytics:
- 'UA-30752912-5'
- 'auto'