Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/697.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove reference to the v1.0 migration guide from the main index page, and move legacy changelogs to a separate page.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def git(*args: str) -> str:
"migrating_to_async",
"migrating",
"whats_new",
"whats_new_legacy",
]


Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ If you're looking for something related to the project itself, it's here.

whats_new
version_guarantees
migrating
2 changes: 2 additions & 0 deletions docs/migrating.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. SPDX-License-Identifier: MIT

:orphan:

.. currentmodule:: disnake

.. _migrating_1_0:
Expand Down
Loading