Skip to content

Commit b49898a

Browse files
committed
Update badges in docs
1 parent 555d53e commit b49898a

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
[![Documentation Status](https://readthedocs.org/projects/fastapi-jsonapi/badge/?version=latest)](https://fastapi-jsonapi.readthedocs.io/en/latest/?badge=latest)
2-
[![PyPI](https://img.shields.io/pypi/v/fastapi-jsonapi?label=PyPI)](https://pypi.org/project/FastAPI-JSONAPI/)
1+
[![Last Commit](https://img.shields.io/github/last-commit/mts-ai/FastAPI-JSONAPI?style=for-the-badge)](https://github.com/mts-ai/FastAPI-JSONAPI)
2+
[![PyPI](https://img.shields.io/pypi/v/fastapi-jsonapi?label=PyPI&style=for-the-badge)](https://pypi.org/project/FastAPI-JSONAPI/)
3+
[![](https://img.shields.io/pypi/pyversions/FastAPI-JSONAPI?style=for-the-badge)](https://pypi.org/project/FastAPI-JSONAPI/)
4+
[![](https://img.shields.io/github/license/ycd/manage-fastapi?style=for-the-badge)](https://pypi.org/project/FastAPI-JSONAPI/)
5+
[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmts-ai%2FFastAPI-JSONAPI%2Fbadge%3Fref%3Dmain&style=for-the-badge)](https://github.com/mts-ai/FastAPI-JSONAPI/actions)
6+
[![Read the Docs](https://img.shields.io/readthedocs/fastapi-jsonapi?style=for-the-badge)](https://fastapi-jsonapi.readthedocs.io/en/latest/)
7+
8+
[![📖 Docs (gh-pages)](https://github.com/mts-ai/FastAPI-JSONAPI/actions/workflows/documentation.yaml/badge.svg)](https://mts-ai.github.io/FastAPI-JSONAPI/)
39

410
# FastAPI-JSONAPI
511

docs/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
FastAPI-JSONAPI
22
==================
3-
.. image:: https://img.shields.io/pypi/v/fastapi-jsonapi.svg
3+
.. image:: https://img.shields.io/pypi/v/fastapi-jsonapi?style=for-the-badge
44
:alt: PyPI
55
:target: http://pypi.org/p/fastapi-jsonapi
66

7+
.. image:: https://img.shields.io/pypi/pyversions/fastapi-jsonapi?style=for-the-badge
8+
:alt: Python Version
9+
:target: http://pypi.org/p/fastapi-jsonapi
10+
11+
.. image:: https://img.shields.io/github/license/mts-ai/FastAPI-JSONAPI?style=for-the-badge
12+
:alt: GitHub
13+
:target: https://github.com/mts-ai/FastAPI-JSONAPI
14+
715

816
**FastAPI-JSONAPI** is an extension for FastAPI that adds support for quickly building REST APIs
917
with huge flexibility around the JSON:API 1.0 specification.

0 commit comments

Comments
 (0)