-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
102 lines (94 loc) · 3.69 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
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
site_name: Acuva•GIS docs
site_description: Explore documentation for our core services
site_url: https://AcuvaGIS.github.io/core-docs/
site_author: Acuva•GIS Core Team
repo_url: https://github.com/AcuvaGIS/core-docs
copyright: "Acuva•GIS is licensed under the <a href='https://github.com/AcuvaGIS/core-docs/blob/main/LICENSE'>MIT license</a>"
theme:
name: material
colorscheme: dracula
highlightjs: true
hljs_languages:
- yaml
palette:
primary: teal
accent: indigo
toggle:
- scheme: default
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
icon: material/brightness-4
name: Switch to light mode
language: en
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Getting Started: getting-started.md
- About:
- About Us: about/index.md
- Contributors: about/contributors.md
- Contributing: contributing/CONTRIBUTING.md
- Funders: about/funders.md
- Logos: about/logos.md
- Contact: contact-us.md
- Developer Guide: dev-guide/index.md
- Installations:
- Install Core Tools: installations/index.md # Mention Tech Stack
- CKAN Customization: installations/ckan-customization-guide/index.md
- Frictionless For Portals: installations/frictionless-customization-guide/index.md
- Monitoring Tools Guide: installations/monitoring/index.md
- Monitoring with Sentry: installations/monitoring/sentry.md
- Monitoring with Grafana: installations/monitoring/grafana.md
- Monitoring with Prometheus: installations/monitoring/prometheus.md
- Web and Mobile:
- Web and Mobile GIS: web-mobile-solutions/index.md
- Web and Mobile Mapping: web-mobile-solutions/web-mapping.md
- Visualization: web-mobile-solutions/data-viz.md
- Plugins Development:
- QGIS: qgis/index.md
- QGIS Solutions: qgis/qgis-solutions.md
- Spatial Analysis:
- Spatial Analysis: analytics/spatial-analysis.md
- Custom React Tooling:
- How We Tailor: custom-tooling/index.md
- Custom React GIS tooling: custom-tooling/react-custom-tooling.md
- Python Ecosystem: custom-tooling/python.md
- Cloud and Deployments: custom-tooling/deployments.md
- ArcGIS:
- ArcGIS: arcgis/index.md
- ArcGIS Solutions: arcgis/arcgis-solutions.md
- Data Portals:
- CKAN: data-portals/ckan.md
- Custom Portal Solutions: data-portals/custom-portal-solutions.md
- Cloud Services:
- Cloud Development: cloud-services/index.md
- AWS Experience: cloud-services/cloud-specifics/AWS/aws-intro.md
- Google Cloud Experience: cloud-services/cloud-specifics/GCP/google-cloud-intro.md
- Serverless GIS Experience: cloud-services/cloud-specifics/serverless/serverless.md
- Advanced Techniques:
- Advanced Techniques: advanced/index.md
- eBooks:
- eBooks Home: ebooks/index.md
- Indoor Navigation Systems: ebooks/indoor-navigation-systems.md
- Business Sustainability and the Science of Where: ebooks/business-sustainability-and-the-science-of-where.md
- Location Analytics: ebooks/location-analytics.md
- State of The Art::Web and Mobile GIS: ebooks/state-of-the-art-web-and-mobile-gis.md
- GIS in Sales and Marketing: ebooks/gis-in-sales-and-marketing.md
- GIS for sustainable development: ebooks/gis-for-sustainable-development.md
- GIS in Telecom: ebooks/gis-in-telecom.md
- GIS and Ride Sharing: ebooks/gis-and-ride-sharing.md
- Kenya Space Agency Downloads: ebooks/kenya-space-agency-downloads.md
extra_css:
- /core-docs/css/custom.css
extra_javascript:
- /core-docs/js/custom.js
plugins:
- mkapi
- search
- mkdocstrings
markdown_extensions:
- admonition
watch:
- .