diff options
author | 2022-05-11 02:42:43 +0400 | |
---|---|---|
committer | 2022-05-29 16:19:52 +0400 | |
commit | ed4b2fbea5c664a1950df66a534b3233efdc5c4e (patch) | |
tree | 4db5dd241e0add8a572a50a239a75be2a305078b /docs/index.rst | |
parent | Remove Discord `MissingSentinel` (diff) |
Restore Releases Changelog
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 98dcd611..0a375b90 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,9 @@ Reference .. toctree:: :caption: Other: + :hidden: - Changelog <https://github.com/python-discord/bot-core/blob/main/CHANGELOG.md> + changelog Extras @@ -25,4 +26,4 @@ Extras * :ref:`genindex` * :ref:`search` * :repo-file:`Information <docs/README.md>` -* :repo-file:`Changelog <CHANGELOG.md>` +* :doc:`changelog` |