-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
64 lines (59 loc) · 1.65 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
site_name: Code for America OpenTofu Modules
repo_url: https://github.com/codeforamerica/tofu-modules
edit_uri: edit/main/docs/
plugins:
- mkdocs-nav-weight
- 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)
copyright: Produced by Code for America under the MIT license.