-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs-base.yml
73 lines (71 loc) · 2.66 KB
/
mkdocs-base.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
# See mkdocs base and the create-mkdocs*
# scripts for how this is used
site_name: QGIS Animation Workbench
site_description: 'A QGIS Plugin to create animated movies using QGIS.'
site_author: 'Tim Sutton, Nyall Dawson, Jeremy Prior'
docs_dir: src/
repo_name: 'timlinux/QGISAnimationWorkbench'
repo_url: 'https://github.com/timlinux/QGISAnimationWorkbench'
edit_uri: "https://github.com/timlinux/QGISAnimationWorkbench/blob/main/mkdocs/src/"
#site_dir: docs
copyright: Copyright Tim Sutton and Contributors, 2022
nav:
- Home:
- Home: index.md
- Code of Conduct: about/code-of-conduct.md
- Contribute: about/contribute.md
- License: about/license.md
- Credits: about/credits.md
- User:
- user/index.md
- Quickstart:
- Installation: user/quickstart/install.md
- Initial Configuration: user/quickstart/configure.md
- Using the Workbench: user/quickstart/using.md
- Guide:
- user/guide/index.md
- 1 Points on a Line: user/guide/tutorial1.md
- 2 Dynamic Markers: user/guide/tutorial2.md
- 3 Flying Points: user/guide/tutorial3.md
- 4 Spinning Globe: user/guide/tutorial4.md
- 5 Planar Map: user/guide/tutorial5.md
- Manual:
- user/manual/index.md
- Preparing your project: user/manual/project_preparation.md
- The workbench user interface: user/manual/workbench_ui.md
- Expression Variables: user/manual/variables.md
- Expression Examples: user/manual/snippets.md
- Under the hood: user/manual/under_the_hood.md
- FAQ: user/manual/faq.md
- Developer:
- developer/index.md
- Guide:
- developer/guide/index.md
- Architecture: developer/guide/architecture.md
- Prerequisites: developer/guide/prerequisites.md
- Design: developer/guide/design.md
- IDE Setup: developer/guide/ide-setup.md
- Cloning: developer/guide/cloning.md
- Configuration: developer/guide/configuration.md
- Building: developer/guide/building.md
- Workflows: developer/guide/workflows.md
- Testing: developer/guide/testing.md
- Documentation: developer/guide/docs.md
- Manual:
- developer/manual/index.md
- API:
- developer/api/index.md
- Reference: developer/api/manual/index.md
- Guide: developer/api/guide/index.md
- Documentation Writing:
- developer/documentation/index.md
- Overview: developer/documentation/overview.md
- Context Help: developer/documentation/context-help.md
# - DevOps:
# - devops/index.md
# - Guide: devops/guide/index.md
# - Manual: devops/manual/index.md
# - About:
# - About: about/index.md
# - License: about/license.md
# - Contributing: about/contributing.md