Make CHANGELOG.md a symlink to release-notes.md (#2555)

This commit is contained in:
Marcelo Trylesinski 2025-01-04 10:58:27 +01:00 committed by GitHub
parent 90f43699c7
commit ae8253f10b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

1
CHANGELOG.md Symbolic link
View File

@ -0,0 +1 @@
docs/release-notes.md

View File

@ -33,7 +33,6 @@ def on_page_markdown(markdown: str, page: Page, config: Config, files: Files) ->
def uvicorn_print_help(markdown: str, page: Page) -> str: def uvicorn_print_help(markdown: str, page: Page) -> str:
# if you don't filter to the specific route that needs this substitution, things will be very slow # if you don't filter to the specific route that needs this substitution, things will be very slow
print(page.file.src_uri)
if page.file.src_uri not in ("index.md", "deployment.md"): if page.file.src_uri not in ("index.md", "deployment.md"):
return markdown return markdown