-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs-base.yml
124 lines (120 loc) · 6.1 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: GeoSight-OS
site_description: "Project technical and user documentation."
site_author: "Unicef"
docs_dir: ./src
site_dir: ./site
repo_name: "GeoSight-OS"
repo_url: "https://github.com/unicef-drp/GeoSight-OS"
edit_uri: "https://github.com/unicef-drp/GeoSight-OS/blob/main/docs/"
copyright: Unicef and Contributors
markdown_extensions:
- attr_list # lets us resize images see https://github.com/mkdocs/mkdocs/issues/1678#issuecomment-455500757
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
#- mdx_truly_sane_lists
- toc:
permalink: true
#slugify: !!python/name:pymdownx.slugs.slugify
- pymdownx.snippets:
base_path: .
- admonition
- tables
- pymdownx.details
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
nav:
- Home:
- index.md
- About: about/index.md
- Contributing: about/contributing.md
- Code of Conduct: about/code-of-conduct.md
- Disclaimer: about/disclaimer.md
- License: about/license.md
- Running Instances: about/running-instances.md
- Users:
- user/index.md
- Quick Start:
- user/quickstart/index.md
- Guide:
- user/guide/index.md
- Creating Projects: user/guide/creating-projects.md
- Creating Indicators: user/guide/indicator-page.md
- Indicator Layers: user/guide/indicator-layers.md
- Creating Context Layers: user/guide/creating-context-layers.md
- Creating Basemaps: user/guide/creating-basemaps.md
- Creating Styles: user/guide/creating-styles.md
- Dynamic Styles: user/guide/dynamic-styles.md
- Importing Data: user/guide/importing_data.md
- Related Tables: user/guide/related-tables.md
- Widgets and Filters: user/guide/widgets-and-filters.md
- Adding Users and Groups: user/guide/adding-users-groups.md
- Sharing: user/guide/sharing.md
- Access Requests: user/guide/access-request-guide.md
- Manual:
- user/manual/index.md
- Home Page: user/manual/home.md
- Dashboard Page: user/manual/dashboard.md
- Analysis Tools: user/manual/analysis-tools.md
- Administrator Page: user/manual/administrator-page.md
- Projects Page: user/manual/project-page.md
- Data Importer Page: user/manual/data-importer.md
- Indicator Page: user/manual/indicator-edit-page.md
- Context Layers: user/manual/context-layer-edit-page.md
- Basemaps Page: user/manual/basemaps-edit-page.md
- Styles Page: user/manual/creating-styles-page.md
- Data Importer Page: user/manual/data-importer.md
- Data Browser Page: user/manual/data-browser.md
- Data Access Page: user/manual/data-access.md
- Logs: user/manual/logs.md
- Users and Groups: user/manual/users-and-groups.md
- PDF User Guide: user/manual/GeoSight User Guide.pdf
- Administrators:
- administrator/index.md
- Guide:
- administrator/guide/index.md
- Manual:
- administrator/manual/index.md
- Developers:
- developer/index.md
- Guide:
- developer/guide/index.md
- Architecture: developer/guide/architecture.md
- Prerequisites: developer/guide/prerequisites.md
- Cloning: developer/guide/cloning.md
- IDE Setup: developer/guide/ide-setup.md
- Configuration: developer/guide/configuration.md
- Building: developer/guide/building.md
- Design: developer/guide/design.md
- Road Map: developer/guide/roadmap.md
- Plugins: developer/guide/plugins.md
- Workflows: developer/guide/workflows.md
- FAQ: developer/guide/faq.md
# Pages to render but exclude from navigation
- "": developer/guide/templates/pull-request-template.md
- "": developer/guide/templates/commit-message-convention.md
- Manual: developer/manual/index.md
- Documentation:
- developer/documentation/index.md
- "Simple Workflow": developer/documentation/easy-workflow.md
- "Advanced Workflow": developer/documentation/overview.md
- "Context Help": developer/documentation/context-help.md
- API:
- developer/api/index.md
- Reference: developer/api/manual/index.md
- Guide: developer/api/guide/index.md
- License: about/license.md
- DevOps:
- devops/index.md
- Guide: devops/guide/index.md
- Manual: devops/manual/index.md