-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
156 lines (148 loc) · 6.47 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
site_name: HOTOSM Docs
site_description: Documentation index across HOT's tools.
# strict: true
site_url: "https://www.hotosm.org"
repo_name: "hotosm/docs"
repo_url: "https://github.com/hotosm/docs/"
edit_uri: "edit/main/docs/"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/hotosm/"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/hotosm"
- icon: "fontawesome/solid/globe"
link: "https://www.hotosm.org"
copyright: Copyright © 2010 HOTOSM
generator: false
theme:
name: material
palette:
primary: custom
favicon: assets/images/favicon.png
logo: assets/images/hot_logo.png
# custom_dir: docs/overrides
features:
- navigation.instant
extra_css:
- css/extra.css
extra_javascript:
- https://viewer.diagrams.net/js/viewer-static.min.js
- javascript/drawio-reload.js
markdown_extensions:
- tables
- toc:
permalink: true
title: Page contents
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.extra
- pymdownx.emoji:
- pymdownx.tabbed:
alternate_style: true
- mdx_truly_sane_lists
plugins:
- search
- drawio
nav:
- Home: index.md
- Become a Contributor: become-a-contributor.md
- Projects:
- Intro: projects/tools-summary.md
- Diagrams: diagrams.md
- End-to-End Workflow: https://hotosm.github.io/e2e-mapping
- Tasking Manager:
- Landing Page: https://tasks.hotosm.org
- Summary: https://www.hotosm.org/tech-suite/tasking-manager
- Pitch: https://docs.google.com/presentation/d/1Ce_ESKLvvg1I7vYN9ieDXXDHpCDUTIgRwPXtVEySs9k
- Docs: https://hotosm.github.io/tasking-manager/
- Roadmap: https://github.com/hotosm/tasking-manager/tree/main?tab=readme-ov-file#product-roadmap
- Development: https://github.com/orgs/hotosm/projects/28
- Field Mapping TM (FMTM):
- Landing Page: https://fmtm.dev
- Summary: https://www.hotosm.org/tech-suite/field-mapping-tasking-manager
- Pitch: https://docs.google.com/presentation/d/1FS__AH10sCzoS23ejXCWZGks9zbZ-YUS_97yzJtFwRE
- Docs: https://docs.fmtm.dev
- Roadmap: https://github.com/hotosm/fmtm/tree/main?tab=readme-ov-file#roadmap
- Development: https://roadmap.fmtm.dev
- Drone TM:
- Landing Page: https://dronetm.org
- Summary: https://www.hotosm.org/tech-suite/drone-tasking-manager
- Pitch: https://docs.google.com/presentation/d/16OjWN6sMJJYs435W7g0j5lb7hZBltNA0jxG7eC0zRbg
- Docs: https://hotosm.github.io/drone-tm
- Roadmap: https://github.com/hotosm/drone-tm/tree/main?tab=readme-ov-file#roadmap
- Development: https://github.com/orgs/hotosm/projects/39
- fAIr:
- Landing Page: https://fair.hotosm.org
- Summary: https://www.hotosm.org/tech-suite/fair
- Pitch: https://drive.google.com/file/d/1Ft4oldxHqACb6XovbpsMcGT3swNlm6EA
- Docs: https://fair-dev.hotosm.org/
- Roadmap: https://github.com/hotosm/fair/tree/main?tab=readme-ov-file#product-roadmap
- Development: https://github.com/orgs/hotosm/projects/30/views/1
- OpenAerialMap:
- Landing Page: https://openaerialmap.org
- Summary: https://www.hotosm.org/tech-suite/open-aerial-map
- Pitch: https://drive.google.com/file/d/1fr_Nj5zXSjXDHT8nh9XEMSRPnT7gbtLE
- More Details: projects/openaerialmap.md
- Export Tool:
- Landing Page: https://export.hotosm.org
- Summary: https://www.hotosm.org/tech-suite/export-tool
- Docs: https://export.hotosm.org/v3/learn
- Roadmap: https://github.com/hotosm/osm-export-tool/tree/master?tab=readme-ov-file#product-roadmap
- Development: https://github.com/orgs/hotosm/projects/29
- Raw Data API:
- Landing Page: https://api-prod.raw-data.hotosm.org/v1/redoc
- Docs: https://hotosm.github.io/raw-data-api/
- Roadmap: https://github.com/hotosm/raw-data-api/tree/master?tab=readme-ov-file#product-roadmap
- Development: https://github.com/orgs/hotosm/projects/29
- Modularization:
- Info: modules.md
- Backend: modules/backend.md
- Frontend: modules/frontend.md
- UI / Design:
- UI Components: https://hotosm.github.io/ui/
- Python Modules:
- OSM Fieldwork: https://hotosm.github.io/osm-fieldwork/
- OSM RawData: https://hotosm.github.io/osm-rawdata/
- OSM Merge: https://hotosm.github.io/osm-merge/
- OSM Login: https://hotosm.github.io/osm-login-python/
- FMTM Splitter: https://hotosm.github.io/fmtm-splitter/
- fAIr Utilities: https://hotosm.github.io/fAIr-utilities/
- Developer Guide:
- Intro: dev-guide/intro.md
- Managing Repos:
- Git: dev-guide/repo-management/git.md
- Pre-Commit: dev-guide/repo-management/pre-commit.md
- Version Control: dev-guide/repo-management/version-control.md
- Dependency Management: dev-guide/repo-management/dependencies.md
- Licensing: dev-guide/repo-management/licensing.md
- Web Development:
- Backend: dev-guide/web-backend.md
- Frontend: dev-guide/web-frontend.md
- Accessibility: dev-guide/accessibility.md
- Testing: dev-guide/testing.md
- Documentation:
- Intro: techdoc/README.md
- Automatically Generated Docs: dev-guide/api-doc-gen.md
- Diátaxis Framework: https://diataxis.fr
- Containers:
- Intro: dev-guide/containers/containers-101.md
# - Cheat Sheet: dev-guide/containers/containers-cheat-sheet.md
- Local Kubernetes: dev-guide/containers/kubernetes-local-kind.md
- Production DB: dev-guide/containers/production-db.md
- Tech Decisions:
- Frontend framework: decisions/0003-react.md
- Backend language: decisions/0004-python.md
- Code hosting + CI/CD: decisions/0005-github.md
- Community engagement: decisions/0006-slack.md
- Frontend dependencies: decisions/0007-pnpm.md
- Backend dependencies: decisions/0008-uv.md
- API Documentation: decisions/0002-mkdocs.md
- Technical Diagrams: decisions/0001-draw-io.md
- DevOps:
- Reusable Workflows: https://hotosm.github.io/gh-workflows/
- Our Development Practices: dev-practices.md
- Code of Conduct: code-of-conduct.md
- Privacy Policy: https://www.hotosm.org/privacy.html