-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
122 lines (110 loc) · 3.01 KB
/
mkdocs.yml
File metadata and controls
122 lines (110 loc) · 3.01 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
# Project information
site_name: Materiality Screening Tool
site_url: https://sbtn.ecolynx.io/
site_author: EcoLynx
site_description: >-
A materiality screening tool to determine which economic activities and pressures likely require science-based targets for nature.
# Repository
repo_name: ecolynx/sbtn-materiality-screening-tool
# Copyright
copyright: "Version: v1 May 2023"
nav:
- Getting Started: index.md
- Guidance:
- Interpretation: interpretation.md
- Requirements: requirements.md
#- Methodology: methodology.md
#- Considerations: considerations.md
- Alternative: alternative.md
- Limitations: limitations.md
- Definitions: definitions.md
- Explore:
#- Tool: direct-operations.md
- Materiality Screening Tool: materiality-screening-tool.md
- Full Materiality Dataset: full-materiality-dataset.md
#- Base Data Materiality Rule: base-data-materiality-rule.md
- About:
- Attribution: attribution.md
- License: license.md
theme:
name: material
custom_dir: overrides
favicon: assets/favicon.ico
logo: assets/logo.png
#logo: assets/icon-512x512.png
features:
#- navigation.tabs
- navigation.sections
- navigation.top
- navigation.footer
- content.code.copy
palette:
- scheme: default
primary: black
accent: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
#logo: material/nature-people-outline
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
plugins:
- table-reader
- social:
- search:
lang:
- en
- es
extra:
social:
- icon: fontawesome/solid/globe
link: https://www.ecolynx.io/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/ecolynx/
- icon: fontawesome/brands/github
link: https://github.com/ecolynx/
extra_javascript:
- https://unpkg.com/tabulator-tables@5.5.0/dist/js/tabulator.min.js
- javascripts/tabulator-init.js
extra_css:
- stylesheets/extra.css
- https://unpkg.com/tabulator-tables@5.5.0/dist/css/tabulator.min.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md