-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (36 loc) · 833 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (36 loc) · 833 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
# Project information
site_name: Radiant Logic DevOps
site_url: https://devops.radiantlogic.com
# Repository
repo_name: radiantlogic-devops/getting-started
repo_url: https://github.com/radiantlogic-devops/getting-started
# Copyright
copyright: Copyright © 2022 Radiant Logic, Inc.
# Theme
theme:
name: material
logo: r1small.jpg
nav_style: light
navigation_depth: 5
features:
#- navigation.expand
- navigation.sections
- navigation.top
- navigation.tabs
- search.highlight
- search.share
- search.suggest
# Extensions
markdown_extensions:
- pymdownx.critic
- pymdownx.magiclink
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
# Page Tree
nav:
- Home: index.md
- Docker: docker.md
- Kubernetes: kubernetes.md
- Helm: helm.md
- Terraform: terraform.md