From 701e00dbb75541d478c0cfef91bdaf4e80cca3e8 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 3 Nov 2023 12:23:42 -0500 Subject: [PATCH] update readme and docs --- README.md | 13 +++++++++++++ docs/index.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 docs/index.md diff --git a/README.md b/README.md index 26b00bf..15912a6 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # django-simple-nav + +[![PyPI](https://img.shields.io/pypi/v/django-simple-nav)](https://pypi.org/project/django-simple-nav/) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-simple-nav) +![Django Version](https://img.shields.io/badge/django-3.2%20%7C%204.1%20%7C%204.2-%2344B78B?labelColor=%23092E20) + + + + +WIP + +## License + +`django-simple-nav` is licensed under the MIT license. See the [`LICENSE`](LICENSE) file for more information. diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..691383a --- /dev/null +++ b/docs/index.md @@ -0,0 +1,3 @@ +```{include} ../README.md + +```