Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate documentation redirects for lowercase rule codes (#15564)
## Summary Resolves #15016. ## Test Plan Generate the docs with: ```console uv run --with-requirements docs/requirements-insiders.txt scripts/generate_mkdocs.py ``` and, check whether the mapping was created in `mkdocs.generated.yml` and run the server using: ```console uvx --with-requirements docs/requirements-insiders.txt -- mkdocs serve -f mkdocs.insiders.yml -o ```
- Loading branch information