Skip to content

Commit

Permalink
Make CHANGELOG.md a symlink to release-notes.md (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 4, 2025
1 parent 90f4369 commit ae8253f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
1 change: 0 additions & 1 deletion docs/plugins/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
# 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"):
return markdown

Expand Down

0 comments on commit ae8253f

Please sign in to comment.