diff --git a/README.md b/README.md index 1586c17e..b7c08723 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,12 @@ -**Drone TM** is an integrated digital public good solution designed to harness the power of the crowd to generate high-resolution aerial maps of any location. This innovative platform provides drone pilots, particularly in developing countries, with job opportunities while contributing to the creation of high-resolution datasets crucial for disaster response and community resilience. +**Drone TM** is an integrated digital public good solution designed to harness +the power of the crowd to generate high-resolution aerial maps of any location. + +This innovative platform provides drone pilots, particularly in developing +countries, with job opportunities while contributing to the creation of +high-resolution datasets crucial for disaster response and community resilience. ## Problem Statement diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md new file mode 100644 index 00000000..2372c899 --- /dev/null +++ b/docs/CONTRIBUTING.md @@ -0,0 +1 @@ +# Contribution Guide diff --git a/docs/INSTALL.md b/docs/INSTALL.md new file mode 100644 index 00000000..c1b5a76b --- /dev/null +++ b/docs/INSTALL.md @@ -0,0 +1,2 @@ +# Installation Guide + diff --git a/docs/about/about.md b/docs/about/about.md new file mode 100644 index 00000000..0a2b3a34 --- /dev/null +++ b/docs/about/about.md @@ -0,0 +1,2 @@ +# 📖 History + diff --git a/docs/about/faq.md b/docs/about/faq.md new file mode 100644 index 00000000..a49abcfa --- /dev/null +++ b/docs/about/faq.md @@ -0,0 +1 @@ +# ❓ Frequently Asked Questions ❓ diff --git a/docs/about/team.md b/docs/about/team.md new file mode 100644 index 00000000..ef98dc76 --- /dev/null +++ b/docs/about/team.md @@ -0,0 +1 @@ +# The Drone TM Team \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a7448fe9..c1a61734 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,3 +66,10 @@ plugins: nav: - Home: index.md # - API Docs: https://hotosm.github.io/swagger/?url=https://hotosm.github.io/drone-tm/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 \ No newline at end of file