From a177bf6be066ef98d2d6945a187717b493ee1399 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 1 Feb 2024 09:13:07 +0000 Subject: [PATCH] docs: add docs and task board badges to README --- README.md | 11 ++++------- docs/images/docs_badge.svg | 1 + docs/images/tasks_badge.svg | 1 + 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 docs/images/docs_badge.svg create mode 100644 docs/images/tasks_badge.svg diff --git a/README.md b/README.md index ccc4bbcef5..a0cef19368 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![HOT Logo](https://github.com/hotosm/fmtm/blob/main/images/hot_logo.png?raw=true) +A project to provide tools for Open Mapping campaigns. + | **Version** | [![Version](https://img.shields.io/github/v/release/hotosm/fmtm?logo=github)](https://github.com/hotosm/fmtm/releases) | @@ -11,16 +13,11 @@ | **Docs** | [![Publish Docs](https://github.com/hotosm/fmtm/actions/workflows/docs.yml/badge.svg?branch=development)](https://github.com/hotosm/fmtm/actions/workflows/docs.yml) [![Publish Docs to Wiki](https://github.com/hotosm/fmtm/actions/workflows/wiki.yml/badge.svg?branch=development)](https://github.com/hotosm/fmtm/actions/workflows/wiki.yml) | | **Tech Stack** | ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white) ![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) | | **Code Style** | ![Backend Style](https://img.shields.io/badge/code%20style-black-black) ![Frontend Style](https://img.shields.io/badge/code%20style-prettier-F7B93E?logo=Prettier) ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white) | -| **Other Info** | [![GitHub Sponsors](https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/hotosm) [![License](https://img.shields.io/github/license/hotosm/fmtm.svg)](https://github.com/hotosm/fmtm/blob/main/LICENSE.md) [![All Contributors](https://img.shields.io/github/all-contributors/hotosm/fmtm?color=ee8449&style=flat-square)](#contributors-) [![Coverage](https://hotosm.github.io/fmtm/coverage.svg)](https://hotosm.github.io/fmtm/coverage.html) | +| **Metrics** | [![All Contributors](https://img.shields.io/github/all-contributors/hotosm/fmtm?color=ee8449&style=flat-square)](#contributors-) [![Coverage](https://hotosm.github.io/fmtm/coverage.svg)](https://hotosm.github.io/fmtm/coverage.html) | +| **Other Info** | [![Docs](https://github.com/hotosm/fmtm/blob/main/docs/images/docs_badge.svg?raw=true)](https://hotosm.github.io/fmtm/) [![GitHub Sponsors](https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/hotosm) [![Task Board](https://github.com/hotosm/fmtm/blob/main/docs/images/tasks_badge.svg?raw=true)](https://github.com/orgs/hotosm/projects/22) [![License](https://img.shields.io/github/license/hotosm/fmtm.svg)](https://github.com/hotosm/fmtm/blob/main/LICENSE.md) | -πŸ“– [Documentation](https://hotosm.github.io/fmtm/) - -🎯 [Task Board](https://github.com/orgs/hotosm/projects/22) - -A project to provide tools for Open Mapping campaigns. - While we have pretty good field mapping applications, we don’t have great tools to coordinate field mapping. However, we have most of the elements needed to create a field mapping-oriented diff --git a/docs/images/docs_badge.svg b/docs/images/docs_badge.svg new file mode 100644 index 0000000000..e05dfed776 --- /dev/null +++ b/docs/images/docs_badge.svg @@ -0,0 +1 @@ +πŸ“– DocsπŸ“– Docs \ No newline at end of file diff --git a/docs/images/tasks_badge.svg b/docs/images/tasks_badge.svg new file mode 100644 index 0000000000..11b55ac061 --- /dev/null +++ b/docs/images/tasks_badge.svg @@ -0,0 +1 @@ +🎯 Task Board🎯 Task Board \ No newline at end of file