forked from datopian/datahub-docs-tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
29 lines (29 loc) · 887 Bytes
/
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
site_name: DataHub
site_description: DataHub is a web service for hosting datapackages.
repo_url: https://github.com/frictionlessdata/dpr-docs
extra_css:
- css/marmaid.css
- css/main.css
extra_javascript:
- js/mermaid.min.js
pages:
- Home: 'index.md'
- Developers:
- 'Getting started': developers/index.md
- Platform: developers/platform.md
- Deploy: developers/deploy.md
- API: developers/api.md
- Publish: developers/publish.md
- Views: developers/views.md
- Authorization: developers/authorization.md
- Authentication: developers/authentication.md
- Publishers:
- 'Getting started': publishers/index.md
- 'Core Datasets': publishers/core-datasets.md
- 'Core Data Curators': publishers/core-data-curators.md
- CLI: publishers/cli.md
- Views: publishers/views.md
theme: readthedocs
markdown_extensions:
- pymdownx.github
- fontawesome_markdown