From 82a1fcb553395a7bd8beab9197fa5a5f9193a61b Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Thu, 17 Oct 2024 13:59:15 +0100 Subject: [PATCH] Add gitter to README (#898) --- README.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 5638808d..d2338585 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ drf-yasg - Yet another Swagger generator ######################################## -|actions| |nbsp| |codecov| |nbsp| |rtd-badge| |nbsp| |pypi-version| +|actions| |nbsp| |codecov| |nbsp| |rtd-badge| |nbsp| |pypi-version| |nbsp| |gitter| Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framework API. @@ -24,14 +24,14 @@ through a deprecation cycle of a few minor releases. Resources: -* **Source**: https://github.com/axnsan12/drf-yasg/ -* **Documentation**: https://drf-yasg.readthedocs.io/ -* **Changelog**: https://drf-yasg.readthedocs.io/en/stable/changelog.html -* **Live demo**: https://drf-yasg-demo.herokuapp.com/ +* `Sources `_ +* `Documentation `_ +* `Changelog `_ +* `Live demo `_ +* `Discussion `_ |heroku-button| - **************** OpenAPI 3.0 note **************** @@ -336,7 +336,7 @@ djangorestframework-recursive Integration with `djangorestframework-recursive `_ is provided out of the box - if you have ``djangorestframework-recursive`` installed. -.. |actions| image:: https://img.shields.io/github/workflow/status/axnsan12/drf-yasg/Review +.. |actions| image:: https://img.shields.io/github/actions/workflow/status/axnsan12/drf-yasg/review.yml?branch=master :target: https://github.com/axnsan12/drf-yasg/actions :alt: GitHub Workflow Status @@ -348,6 +348,10 @@ provided out of the box - if you have ``djangorestframework-recursive`` installe :target: https://pypi.org/project/drf-yasg/ :alt: PyPI +.. |gitter| image:: https://badges.gitter.im/drf-yasg.svg + :target: https://app.gitter.im/#/room/#drf-yasg:gitter.im + :alt: Gitter + .. |rtd-badge| image:: https://img.shields.io/readthedocs/drf-yasg.svg :target: https://drf-yasg.readthedocs.io/ :alt: ReadTheDocs