Skip to content

Commit

Permalink
Add mk-redirects (#5129)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 16, 2022
1 parent 3cfabb5 commit 170bf2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs-material mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin pymdown-extensions git+https://gitlab.com/blacs30/mkdocs-edit-url.git
pip install mkdocs-material mkdocs-git-authors-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin pymdown-extensions git+https://gitlab.com/blacs30/mkdocs-edit-url.git
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
3 changes: 3 additions & 0 deletions mkdocs_base.yml
Expand Up @@ -24,6 +24,9 @@ extra_css:
plugins:
- edit_url
- search
- redirects:
redirect_maps:
'commands/pm_enable': 'commands/pm_install'
- git-revision-date-localized:
exclude:
- commands/*
Expand Down

0 comments on commit 170bf2e

Please sign in to comment.