Make CHANGELOG.md a symlink to release-notes.md (#2555)
This commit is contained in:
parent
90f43699c7
commit
ae8253f10b
1
CHANGELOG.md
Symbolic link
1
CHANGELOG.md
Symbolic link
@ -0,0 +1 @@
|
||||
docs/release-notes.md
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user