-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (56 loc) · 1.5 KB
/
mkdocs.yml
File metadata and controls
63 lines (56 loc) · 1.5 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
site_name: Torchbox Constitution
site_url: https://constitution.torchbox.com/
repo_url: https://github.com/torchbox/torchbox-constitution
repo_name: torchbox/torchbox-constitution
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.top
- toc.integrate
- content.action.edit
- content.code.copy
- search.suggest
- search.highlight
palette:
- scheme: default
primary: custom
accent: custom
logo: assets/torchbox-logo.svg
favicon: assets/torchbox-favicon.png
extra_css:
- https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap
- assets/overrides.css
- assets/glossary.css
extra_javascript:
- assets/glossary.js
- assets/glossary.json
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/torchbox/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/torchbox/
generator: false
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Introduction: index.md
- 1. Rights & Responsibilities: rights-and-responsibilities.md
- 2. Purpose & Principles: purpose-and-principles.md
- 3. Structure & Governance: structure-and-governance.md
- 4. Financial Management: financial-management.md
- Glossary: glossary.md