diff options
author | 2022-07-23 14:47:06 +0200 | |
---|---|---|
committer | 2022-07-23 17:10:52 +0200 | |
commit | afa46c4abfc73c8791742ed2ece886776823e8ab (patch) | |
tree | b0032b561f63030c61b3174e55f1f0c3ac321b69 /docs/index.rst | |
parent | Mark aiodns As An Explicit Dependency (diff) |
Add Sample Project With Boilerplate
Adds a bare-bones discord.py bot using features from bot-core, to be
used for quickly prototyping and testing out bot-core features.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0a375b90..aee7b269 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ Reference :caption: Other: :hidden: + development changelog @@ -26,4 +27,5 @@ Extras * :ref:`genindex` * :ref:`search` * :repo-file:`Information <docs/README.md>` +* :doc:`development` * :doc:`changelog` |