Skip to content

Commit 88cecb0

Browse files
authored
Merge pull request #213 from backstage/mkdocs-redirect
Introduced mkdocs-redirects
2 parents eaed8c3 + 62489c6 commit 88cecb0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ We only use `material-mkdocs` as base styles because Backstage also uses the `Ma
149149

150150
## Changelog
151151

152+
### 1.4.1
153+
- Introduced mkdocs-redirects plugin (v`1.2.1`).
154+
152155
### 1.4.0
153156
- Updated minimum mkdocs dependency from `1.5` to `1.6`
154157
- Fixes issue [#187](https://github.com/backstage/mkdocs-techdocs-core/issues/187)

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ plantuml-markdown==3.10.3
1616
mdx_truly_sane_lists==1.3
1717
pymdown-extensions==10.3.1
1818
pygments==2.17.2
19+
mkdocs-redirects==1.2.1
1920

2021
# The following are temporary dependencies that are only necessary to work
2122
# around incompatible/conflicting underlying dependencies. Each dependency

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name="mkdocs-techdocs-core",
31-
version="1.4.0",
31+
version="1.4.1",
3232
description="The core MkDocs plugin used by Backstage's TechDocs as a wrapper around "
3333
"multiple MkDocs plugins and Python Markdown extensions",
3434
long_description=long_description,

0 commit comments

Comments
 (0)