-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
90 lines (88 loc) · 2.43 KB
/
mkdocs.yml
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
site_name: Open States
site_url: https://docs.openstates.org/
site_author: James Turk
site_description: Documentation for the Open States project.
copyright: Copyright © 2021 Open States
repo_url: https://github.com/openstates/documentation
repo_name: openstates/documentation
edit_uri: edit/main/docs/
theme:
logo: assets/openstates.svg
name: material
palette:
- scheme: default
primary: indigo
accent: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.expand
- navigation.top
- navigation.sections
- content.tabs.link
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/openstates
- icon: fontawesome/brands/github
link: https://github.com/openstates
markdown_extensions:
- admonition
- def_list
- tables
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
- toc:
permalink: true
plugins:
- search
extra_css:
- assets/extra.css
nav:
- 'index.md'
- 'code-of-conduct.md'
- API v3:
- 'api-v3/index.md'
- 'api-v3/changelog.md'
- GraphQL API:
- 'api-v2/index.md'
- 'api-v2/root-nodes.md'
- 'api-v2/types.md'
- 'api-v2/other.md'
- 'api-v2/examples.md'
- 'api-v2/changelog.md'
- Contributing:
- 'contributing/index.md'
- 'contributing/people.md'
- 'contributing/local-database.md'
- 'contributing/scrapers.md'
- 'contributing/writing-a-committee-scraper.md'
- 'contributing/openstates-org.md'
# - 'contributing/text-extraction.md'
- 'contributing/testing-scrapers.md'
- 'contributing/state-specific.md'
- 'contributing/documentation.md'
- Data:
- 'data/index.md'
- 'data/query-scraper-output-data.md'
- 'data/categorization.md'
- 'data/session-naming.md'
- Enhancement Proposals:
- 'enhancement-proposals/001-purpose-and-process.md'
- 'enhancement-proposals/002-legal-citations.md'
- 'enhancement-proposals/003-manual-people-data-tools.md'
- 'enhancement-proposals/004-committee-data.md'
- 'enhancement-proposals/005-dedupe-key.md'
- 'enhancement-proposals/006-new-people-offices.md'
- 'enhancement-proposals/007-events.md'
- 'enhancement-proposals/008-active-sessions.md'