Skip to content

Commit

Permalink
Add redirection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Apr 15, 2024
1 parent 09c5fac commit 3a5a36e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.x

- name: Install necessary tools
run: pip install mkdocs mkdocs-material
run: pip install mkdocs mkdocs-material mkdocs-redirects

- name: Copy Javadoc
run: cp -r javadoc/ docs/javadoc/
Expand Down
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ markdown_extensions:
- pymdownx.snippets
- pymdownx.superfences

plugins:
- search:
- redirects:
redirect_maps:
"activity-lifecycle.md": "androidx_test.md"
"custom-shadows.md": "extending.md"
"errorprone-refactorings.md": "automated-migration.md"

extra:
analytics:
provider: google
Expand Down

0 comments on commit 3a5a36e

Please sign in to comment.