forked from rise8-us/rise8-us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (48 loc) · 1.37 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
site_name: Engineering
site_url: https://engineering.rise8.us
nav:
- Home: index.md
- General Practices: general-engineering/practice-playbook.md
- Platform Engineering:
- Methodology:
- platform-engineering/methodologies/general-best-practices.md
# - Concepts:
# - platform-engineering/methodologies/concepts/argocd-best-practices.md
- Practical Examples:
- platform-engineering/practicals/argocd-examples.md
# - Software Engineering:
# - Methodology:
# - software-engineering/methodologies/general-best-practices.md
# - Concepts:
# - software-engineering/methodologies/concepts/api-best-practices.md
# - Practical Examples:
# - software-engineering/practicals/create-api-example.md
- Blog:
- blog/gitops.md
- blog/platform-wars.md
- blog/users.md
- Company: https://rise8.us
theme:
custom_dir: material/overrides
name: material
logo: logo-rise8.svg
favicon: https://rise8.us/images/favicons/cropped-rise8-favicon-32x32.png
palette:
primary: black
accent: red
features:
- navigation.tabs
- navigation.tabs.sticky
extra_css:
- stylesheets/extra.css
#plugins:
# - social
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.extra
- pymdownx.emoji