diff --git a/README.md b/README.md index 139b48b86..c8450f352 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ | :--- | :--- | :--- | | **Tech Stack** | | [![Litestar][badge-litestar]][14] [![HTMX][badge-htmx]][15] [![Postgres][badge-postgres]][16] [![Kubernetes][badge-kubernetes]][17] [![Docker][badge-docker]][18] | | **Code Style** | | [![Backend Style][badge-ruff]][19] [![Oxfmt][badge-oxfmt]][20] [![pre-commit][badge-pre-commit]][21] [![uv][badge-uv]][32] | -| **Quality** | | [![Coverage][badge-coverage]][22] [![Translation][badge-translation]][23] [![OpenSSF Best Practices][badge-openssf]][24] | +| **Quality** | | [![Translation][badge-translation]][23] [![OpenSSF Best Practices][badge-openssf]][24] | | **Community** | | [![Slack][badge-slack]][25] [![All Contributors][badge-all-contributors]][26] | | **Other Info** | | [![docs][badge-docs]][27] [![dev-roadmap][badge-roadmap]][28] [![timeline][badge-timeline]][29] [![license-code][badge-license-code]][30] [![license-translations][badge-license-translations]][31] | @@ -43,12 +43,12 @@ the Field-TM aims to solve the problem of **coordinating** field mapping campaig > [!NOTE] > More details can be found here: -> [overview](https://www.hotosm.org/updates/field-mapping-tasking-manager-field-tm), +> [overview](https://field.hotosm.org/), > [timeline](https://docs.field.hotosm.org/timeline), > [docs](https://docs.field.hotosm.org) page, and the > [FAQ](https://docs.field.hotosm.org/about/faq). -![field-tm-splash][6] + ## How Field-TM Works @@ -261,7 +261,6 @@ Thanks goes to these wonderful people: [2]: https://github.com/hotosm/field-tm/releases/tag/2024.5.0 "Mapper Frontend" [3]: https://github.com/hotosm/field-tm/releases/tag/2025.1.0 "New Geoms" [4]: https://github.com/hotosm/field-tm/releases/tag/2025.2.0 "Web Forms" -[6]: https://raw.githubusercontent.com/hotosm/field-tm/main/src/mapper/static/screenshot-mapper.jpeg "Mapper Page Screenshot" [7]: https://github.com/hotosm/field-tm/releases/tag/2025.3.0 "Offline Mode" [8]: https://github.com/hotosm/field-tm/discussions/2878 "Removed offline support" [9]: https://github.com/hotosm/field-tm/releases/tag/2026.1.0 "Renewed" @@ -277,7 +276,6 @@ Thanks goes to these wonderful people: [19]: https://github.com/astral-sh/ruff "Ruff Format" [20]: https://oxc.rs/docs/guide/usage/formatter.html "Oxfmt" [21]: https://results.pre-commit.ci/latest/github/hotosm/field-tm/dev "pre-commit" -[22]: https://docs.field.hotosm.org/coverage.html "Coverage Report" [23]: https://hosted.weblate.org/engage/hotosm "Weblate" [24]: https://www.bestpractices.dev/projects/9218 "OpenSSF Best Practices" [25]: https://slack.hotosm.org "HOTOSM Slack" @@ -301,7 +299,6 @@ Thanks goes to these wonderful people: [badge-oxfmt]: https://img.shields.io/badge/code%20style-oxfmt-F7B93E [badge-pre-commit]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white [badge-uv]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json -[badge-coverage]: https://docs.field.hotosm.org/coverage.svg [badge-translation]: https://hosted.weblate.org/widget/hotosm/field-tm/svg-badge.svg [badge-openssf]: https://www.bestpractices.dev/projects/9218/badge [badge-slack]: https://img.shields.io/badge/Slack-Join%20the%20community!-d63f3f?style=for-the-badge&logo=slack&logoColor=d63f3f diff --git a/tasks/docs b/tasks/docs index 51c374dc1..5c7114844 100644 --- a/tasks/docs +++ b/tasks/docs @@ -75,6 +75,8 @@ publish output_dir="site": #!/usr/bin/env sh set -eu + just test backend-with-coverage-upload + just docs openapi just docs build "{{ output_dir }}"