This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
56 lines (56 loc) · 1.67 KB
/
mkdocs.yaml
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
site_name: Groundwork
site_url: https://groundwork.commonknowledge.coop/
repo_url: https://github.com/commonknowledge/groundwork/
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Guides:
- Getting Started: guides/getting-started.md
- Data Pipeline: guides/data-pipeline.md
- Reference:
- Core:
- Data sources: api/groundwork.core.datasources.md
- Cron tasks: api/groundwork.core.cron.md
- Utilities:
- Cache utils: api/groundwork.core.cache.md
- Template utils: api/groundwork.core.template.md
- Geo:
- Map Components: components/map.components.md
- UK Geographical Data:
- Postcode Geolocation: api/groundwork.geo.territories.uk.postcodes.md
- Parliament API: api/groundwork.geo.territories.uk.parliament.md
- Integrations:
- Airtable:
- Data Sources: api/groundwork.contrib.airtable.datasources.md
- Contributing:
- Contribution Guidelines: contributing.md
- Developer Setup: developing.md
- Code Style: code-style.md
theme:
name: material
logo: img/logo.jpg
favicon: img/logo.jpg
custom_dir: docs/overrides
font:
text: IBM Plex Sans
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- admonition
- def_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/commonknowledge