-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (104 loc) · 3.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
111 lines (104 loc) · 3.15 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
site_name: Open Internet Reference
site_description: Evidence over assertion. Knowledge over opinion.
site_url: ""
repo_name: open-internet-reference
repo_url: ""
docs_dir: website
site_dir: generated/site
theme:
name: material
custom_dir: website/overrides
language: en
logo: assets/images/oir-logo-mark.png
favicon: assets/images/favicon.ico
features:
- navigation.sections
- navigation.indexes
- navigation.top
- search.highlight
- search.suggest
- toc.follow
palette:
- scheme: default
primary: indigo
accent: blue
plugins:
- search:
lang: en
separator: '[\s\-\.]+'
- glightbox
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- assets/js/external-links.js
extra:
social:
- icon: fontawesome/solid/mug-saucer
link: https://buymeacoffee.com/itsmeront
name: Buy me a coffee
extra_css:
- assets/css/brand.css
- assets/css/relationship-graph.css
- assets/css/print.css
nav:
- Home: index.md
- Suggest Content: about/suggest.md
- About:
- How OIR Is Made: about/how-we-work.md
- Project Charter: about/project-charter.md
- Research Standards: about/research-standards.md
- Source Intake: about/source-intake.md
- Intake Queues: about/intake-queues.md
- Research Debt: about/research-debt.md
- Publishing: about/publishing.md
- Editorial Workflow: about/editorial-workflow.md
- Suggest Content: about/suggest.md
- Contributing (no GitHub): about/contributing-without-github.md
- Support OIR: about/support.md
- Roadmap: about/roadmap.md
- Moderation:
- Queue: generated/moderation.md
- Taxonomy Audit: generated/taxonomy-audit.md
- Knowledge:
- Overview: knowledge/index.md
- Organizations: knowledge/organizations.md
- Systems Under Open-Internet Pressure: knowledge/systems.md
- Lawyers: knowledge/lawyers.md
- Technical Experts: knowledge/experts.md
- Policymakers: knowledge/policymakers.md
- Law: knowledge/law.md
- Topics: knowledge/topics.md
- Generated Glossary: generated/glossary.md
- Relationship Graph: generated/relationships.md
- Relationship Visualization: generated/relationship-graph.md
- Used For Index: generated/used-for.md
- Review Status: generated/review-status.md
- Timeline: generated/timeline.md
- Usage Statistics: generated/stats.md
- Bibliography:
- Overview: bibliography/index.md
- Generated Bibliography: generated/bibliography.md
- Citation Index: generated/citations.md
- Contacts:
- Overview: contacts/index.md
- Generated Outreach CRM: generated/outreach.md
- Handbook:
- Overview: handbook/index.md
- Generated Handbook: generated/handbook.md
- Print Handbook: generated/print-handbook.md