forked from hotosm/drone-tm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (86 loc) · 2.59 KB
/
mkdocs.yml
File metadata and controls
93 lines (86 loc) · 2.59 KB
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
site_name: DroneTM
site_description: Community-driven drone imagery generation.
# strict: true
site_url: "https://docs.drone.hotosm.org"
repo_name: "hotosm/drone-tm"
repo_url: "https://github.com/hotosm/drone-tm/"
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
language: en
favicon: images/favicon.png
logo: images/hot_logo.png
extra_css:
- css/extra.css
- css/timeline.css
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
- git-revision-date-localized
- exclude:
glob:
- plugins/*
- __pycache__/*
- mkdocstrings:
handlers:
python:
paths: [.]
options:
members_order: source
separate_signature: true
filters: ["!^_"]
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
nav:
- Home: index.md
# - API Docs: https://hotosm.github.io/swagger/?url=https://docs.drone.hotosm.org/openapi.json
- Get Started:
- About: about/about.md
- Installation: INSTALL.md
- Contribution Guidelines: CONTRIBUTING.md
- Code of Conduct: https://docs.hotosm.org/code-of-conduct
- FAQ: about/faq.md
- The Team: about/team.md
- User Manuals:
- Drone Operators: manuals/operators.md
- DJI Drones: manuals/dji.md
- Potensic Drones: manuals/potensic.md
- Ground Control Points: manuals/ground-control-points.md
- Manual Flightplan Generation: manuals/generate-flightplans.md
- Developer Guide:
- Practices:
- Dev Practices: https://docs.hotosm.org/dev-practices
- Tech Decisions: decisions/README.md
- Pre-Commit: https://docs.hotosm.org/dev-guide/repo-management/pre-commit/
- Versioning: https://docs.hotosm.org/dev-guide/repo-management/version-control/#creating-releases
- Setup: dev/setup.md
- Testing: dev/testing.md
- Migrate to Kubernetes: dev/migrate-k8s.md
- Frontend Env Injection: dev/runtime-frontend-config.md
- Timeline: timeline.md