-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
127 lines (118 loc) · 3.55 KB
/
mkdocs.yml
File metadata and controls
127 lines (118 loc) · 3.55 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
site_name: BRACE - Building Readiness and Circumvention in Emergencies Framework
site_description: BRACE is a curricula, a methodology, and a framework for trainers to assist CSOs to create a customized contingency work plan for internet outage.
site_url: https://BRACE-Framework.github.io
theme:
name: material
scheme: default
font:
text: IBM Plex Sans
code: IBM Plex Mono # Optional, for code blocks
logo: icon.png
favicon: icon.png
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.expand
- toc.integrate
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.tracking
- navigation.expand
- navigation.sections
- navigation.instant
- search.highlight
- navigation.footer: false
font:
text: Roboto
code: Roboto Mono
plugins:
- git-revision-date-localized:
type: date
fallback_to_build_date: false
enable_creation_date: false
enabled: true
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- tags:
tags_file: tags.md
- privacy:
links:
links_attr_map:
target: _blank
links_noopener: true
enabled: true
assets_exclude:
- cdn.jsdelivr.net/npm/mathjax@3/*
- giscus.app/*
- panzoom:
full_screen: True # default False
- search
- tags
- offline:
enabled: !ENV [OFFLINE, false]
extra_css:
- stylesheets/extra.css
- stylesheets/tablecss.css
extra_javascript:
- https://unpkg.com/mermaid@10.1.0/dist/mermaid.min.js
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- toc:
toc_depth: 0
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
copyright: |
© 2025 <a href="https://github.com/stayteef" target="_blank" rel="noopener">ST</a>
nav:
- Home: index.md
- About: posts/about.md
- The BRACE Methodology: posts/methodology.md
- BRACE Activities:
- Regional Context Research: posts/regional-context-research.md
- Organizational Context Research: posts/organizational-context-research.md
- Needs Mapping: posts/needs-mapping.md
- Mitigation Planning: posts/mitigation-planning.md
- Action Plan: posts/action-plan.md
- Training and Familiarisation: posts/training.md
- BRACE Facilitator Guide (UNDER DEVELOPMENT):
- Facilitator Guide: posts/User-Guide/user-guide.md
- Context Desk Research Guide: posts/context-desk-research-guide.md
- Needs Mapping Guide: posts/needs-mapping-guide.md
- Page 1: posts/User-Guide/page1.md
- Page 2: posts/User-Guide/page2.md
- Shutdown.tools: https://www.shutdown.tools/