From b8f80985d4a9362ab3743fb06dc5903d9881b634 Mon Sep 17 00:00:00 2001 From: Keyur Khadka Date: Thu, 6 Aug 2026 14:20:54 +0545 Subject: [PATCH 1/3] doc(links): add platform links --- docs/platform_links | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/platform_links diff --git a/docs/platform_links b/docs/platform_links new file mode 100644 index 0000000..17cd50c --- /dev/null +++ b/docs/platform_links @@ -0,0 +1,25 @@ +--- +title: MapSwipe Platform Links +nav_order: 10 +has_children: false +has_toc: false +permalink: /docs/platform_links/ +--- + +# MapSwipe Platform Links + +## Staging Environment +- Manager Dashboard Stage: https://managers-stage.mapswipe.org/ +- Community Dashboard Stage: https://community-stage.mapswipe.org/ +- MapSwipe Website Stage: https://website-stage.mapswipe.org/en/ +- MapSwipe App Stage Android (Pre-release): https://github.com/mapswipe/mapswipe-mobile/releases +- MapSwipe App Stage iOS: available in TestFlight +- MapSwipe Web Stage: https://web.mapswipe.org/dev + +## Production (LIVE) Environment +- Manager Dashboard: https://managers.mapswipe.org/ +- Community Dashboard: https://community.mapswipe.org/ +- MapSwipe Website: https://mapswipe.org/en/ +- MapSwipe App Android: https://play.google.com/store/apps/details?id=org.missingmaps.mapswipe&hl=en +- MapSwipe App iOS: https://apps.apple.com/us/app/mapswipe/id1133855392 +- MapSwipe Web: https://web.mapswipe.org/ From b3277f343d956e5b66a50f31a7eb56138b56e99a Mon Sep 17 00:00:00 2001 From: Keyur Khadka Date: Thu, 6 Aug 2026 14:22:44 +0545 Subject: [PATCH 2/3] Update index.md --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 0e28baa..97f9439 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,7 @@ validating map data, MapSwipers help improve map data across the world. - **[Overview](docs/overview.md)** — the typical MapSwipe workflow, from project request through publish, contribute, and export. - **[System Architecture](docs/system_architecture.md)** — how MapSwipe is put together: system architecture and the components that make up the system today. +- **[MapSwipe Links](docs/platform_links.md)** — all MapSwipe platforms link consolidated in one place. - **[Project Types](docs/project_types.md)** — Find Features, Validate Footprints, Compare Dates, Assess Images, Check Completeness, and View Streets. - **[About the Data](docs/about_data.md)** — the global and project-specific exports MapSwipe makes available, and what every column means. - **[For Project Managers](docs/for_project_managers.md)** — how to become a project manager, set up new projects, and manage tutorials, organisations, and teams. From 4c80ed2f223fe12b0d86aaa916e66e47307014a7 Mon Sep 17 00:00:00 2001 From: Keyur Khadka Date: Thu, 6 Aug 2026 14:22:58 +0545 Subject: [PATCH 3/3] Rename platform_links to platform_links.md --- docs/{platform_links => platform_links.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{platform_links => platform_links.md} (100%) diff --git a/docs/platform_links b/docs/platform_links.md similarity index 100% rename from docs/platform_links rename to docs/platform_links.md