-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
84 lines (78 loc) · 2.35 KB
/
mkdocs.yaml
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
site_name: Code for America OpenTofu Modules
repo_url: https://github.com/codeforamerica/tofu-modules
#edit_uri: edit/main/docs/
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- github-callouts
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
icon:
logo: simple/opentofu
palette:
scheme: slate
features:
- content.code.copy
- content.code.select
- content.action.edit
- navigation.path
- navigation.top
- toc.follow
- toc.integrate
- search.highlight
- search.suggest
extra:
generator: false
social:
- icon: material/web
link: https://codeforamerica.org/
name: Code for America website
- icon: fontawesome/brands/github
link: https://github.com/codeforamerica
name: Code for America on GitHub
- icon: fontawesome/brands/threads
link: https://www.twitter.com/codeforamerica
name: Code for America on Threads
- icon: fontawesome/brands/x-twitter
link: https://www.threads.net/@codeforamerica
name: Code for America on X (formerly Twitter)
nav:
- Home: index.md
- Architecture:
- Overview: architecture/architecture.md
- Create a New Module: architecture/create.md
- GitHub Actions: architecture/github-actions.md
- Modules:
- Aptible:
- Managed Endpoint: modules/aptible/managed-endpoint.md
- AWS:
- Backend: modules/aws/backend.md
- CloudFront WAF: modules/aws/cloudfront-waf.md
- Fargate Service: modules/aws/fargate-service.md
- Logging: modules/aws/logging.md
- Secrets: modules/aws/secrets.md
- Serverless Database: modules/aws/serverless-database.md
- VPC: modules/aws/vpc.md
- About:
- Contributing: contributing.md
- License: license.md
copyright: Produced by Code for America under the MIT license.