diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 120000 index 00000000..9f024e93 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +docs/release-notes.md \ No newline at end of file diff --git a/docs/plugins/main.py b/docs/plugins/main.py index ac7c1542..b94acb9e 100644 --- a/docs/plugins/main.py +++ b/docs/plugins/main.py @@ -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