-
Notifications
You must be signed in to change notification settings - Fork 87
/
mkdocs.yml
45 lines (41 loc) · 1.38 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
site_name: udata Documentation
site_description: udata Open Data Portal Documentation
site_author: data.gouv.fr
repo_url: https://github.com/opendatateam/udata
theme:
name: readthedocs
theme_dir: 'docs/custom_theme'
titles_only: True
collapse_navigation: True
nav:
- Home: index.md
- User Guide:
- Quick start: quickstart.md
- Getting started: getting-started.md
- Adapting settings: adapting-settings.md
- Administrative tasks: administrative-tasks.md
- Using plugins: plugins.md
- Harvesting: harvesting.md
- RDF support: rdf.md
- Developping:
- Advanced development environment: development-environment.md
- Testing your code: testing-code.md
- Extending udata: extending.md
- Adding translations: adding-translations.md
- Creating a custom theme: creating-theme.md
- Building the documentation: building-documentation.md
- Deploying:
- System dependencies: system-dependencies.md
- Installation: installation.md
- Docker deployment: docker-deployment.md
- Contributing:
- Guide: contributing-guide.md
- Governance: governance.md
- Versioning: versioning.md
- Changelog: changelog.md
markdown_extensions:
- smarty
- admonition
- toc:
permalink: True
copyright: Copyright © 2024 Etalab