From 77913b4514311432ad65018a2ed2f9a4199e30fc Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Sun, 28 Apr 2024 20:07:00 -0500 Subject: [PATCH] Add example docs --- docs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..860c4bd --- /dev/null +++ b/docs/README.md @@ -0,0 +1,13 @@ +# Documentation + +The documentation for Django Commons Playground serves as an example for what +a repository should contain. The structure doesn't have to be exactly the same +as this, but it's a starting point. Any docs is better than no docs. Maintained +and organized docs are the best docs. + +## Table of Contents + +- Installation +- Getting Started +- Contributing +- [Code of Conduct](https://github.com/django-commons/django-commons-playground/blob/main/CODE_OF_CONDUCT.md)