This repository was archived by the owner on Mar 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (82 loc) · 2.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
88 lines (82 loc) · 2.6 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: MTC GitOps Minicamp 2024
site_author: Kieran Lowe
site_description: Documentation for the GitOps minicamp 2024
site_url: https://kieran-lowe.github.io/gitops-2024/
repo_name: kieran-lowe/gitops-bootcamp-2024
repo_url: https://github.com/kieran-lowe/gitops-2024
edit_uri: edit/main/docs
copyright: Kieran Lowe
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.instant.progress
- navigation.indexes
- navigation.expand
- navigation.top
- navigation.sections
- toc.integrate
- toc.follow
palette:
- scheme: slate
toggle:
icon: material/weather-night
name: Dark Mode
- scheme: default
toggle:
icon: material/weather-sunny
name: Light Mode
extra:
homepage: https://kieranlowe.io
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- AWS Account Structure: aws_accounts.md
- OpenTofu Workflow: tofu_workflow.md
- What's Next?: whats_next.md
- GitHub Action Workflows:
- github_action_workflows/index.md
- PR: github_action_workflows/pr.md
- Tofu Checks: github_action_workflows/tofu_checks.md
- Tofu Plan: github_action_workflows/tofu_plan.md
- SAST Checks: github_action_workflows/sast.md
- Linter Checks: github_action_workflows/linters.md
- Terraform Docs Check: github_action_workflows/terraform_docs.md
- Infracost: github_action_workflows/infracost.md
- Tofu Apply: github_action_workflows/tofu_apply.md
- Tofu Destroy: github_action_workflows/tofu_destroy.md
- Tofu Drift Check: github_action_workflows/drift_check.md
- Port Check: github_action_workflows/port_check.md
- Generate Documentation: github_action_workflows/mkdocs.md
- Repository:
- Code of Conduct: repository/code_of_conduct.md
- Contributing: repository/contributing.md
- Merging Strategy: repository/merging_strategy.md
- Repo Settings: repository/repo_settings.md
- Repo Structure: repository/repo_structure.md
- Toolchain: repository/toolchain.md