Skip to content

Commit ae8253f

Browse files
authored
Make CHANGELOG.md a symlink to release-notes.md (#2555)
1 parent 90f4369 commit ae8253f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/release-notes.md

docs/plugins/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def on_page_markdown(markdown: str, page: Page, config: Config, files: Files) ->
3333

3434
def uvicorn_print_help(markdown: str, page: Page) -> str:
3535
# if you don't filter to the specific route that needs this substitution, things will be very slow
36-
print(page.file.src_uri)
3736
if page.file.src_uri not in ("index.md", "deployment.md"):
3837
return markdown
3938

0 commit comments

Comments
 (0)