diff --git a/docs/release-notes.md b/docs/release-notes.md new file mode 100644 index 000000000..786b75d5a --- /dev/null +++ b/docs/release-notes.md @@ -0,0 +1 @@ +--8<-- "CHANGELOG.md" diff --git a/mkdocs.yml b/mkdocs.yml index 497a09f6b..a0b154a2c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,7 +19,6 @@ theme: features: - content.code.copy - repo_name: encode/uvicorn repo_url: https://github.com/encode/uvicorn edit_uri: "" @@ -29,6 +28,7 @@ nav: - Settings: "settings.md" - Deployment: "deployment.md" - Server Behavior: "server-behavior.md" + - Release Notes: "release-notes.md" - Contributing: "contributing.md" markdown_extensions: @@ -40,4 +40,3 @@ markdown_extensions: - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences -