-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate documentation redirects for lowercase rule codes #15564
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
I couldn't actually verify if this works locally (even before the change), but theoretically it should. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I tested it out locally using by generating the docs using:
uv run --with-requirements docs/requirements-insiders.txt scripts/generate_mkdocs.py
and, checking whether the mapping was created in mkdocs.generated.yml
and running the server using:
uvx --with-requirements docs/requirements-insiders.txt -- mkdocs serve -f mkdocs.insiders.yml -o
Summary
Resolves #15016.
Test Plan
None.