Fix legacy redirect of mailpiler
Dieser Commit ist enthalten in:
Ursprung
051611388c
Commit
75472eefaa
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -23,7 +23,7 @@ theme:
|
||||||
features:
|
features:
|
||||||
- navigation.top
|
- navigation.top
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- attr_list
|
- attr_list
|
||||||
- admonition
|
- admonition
|
||||||
|
@ -31,7 +31,7 @@ markdown_extensions:
|
||||||
permalink: true
|
permalink: true
|
||||||
- pymdownx.magiclink
|
- pymdownx.magiclink
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
- pymdownx.mark
|
- pymdownx.mark
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
- pymdownx.extra
|
- pymdownx.extra
|
||||||
|
@ -267,7 +267,7 @@ plugins:
|
||||||
redirect_maps:
|
redirect_maps:
|
||||||
# 'old': 'new'
|
# 'old': 'new'
|
||||||
# LEGACY
|
# LEGACY
|
||||||
'u_e-mailpiler-integration.md': 'third_party/third_party-mailpiler_integration.en.md'
|
'u_e-mailpiler-integration.md': 'third_party/mailpiler/third_party-mailpiler_integration.en.md'
|
||||||
'b_n_r_accidental_deletion.md': 'backup_restore/b_n_r-accidental_deletion.en.md'
|
'b_n_r_accidental_deletion.md': 'backup_restore/b_n_r-accidental_deletion.en.md'
|
||||||
'debug-reset-tls.md': 'troubleshooting/debug-reset_tls.en.md'
|
'debug-reset-tls.md': 'troubleshooting/debug-reset_tls.en.md'
|
||||||
# NEW DUE TO NEW LAYOUT
|
# NEW DUE TO NEW LAYOUT
|
||||||
|
@ -385,4 +385,4 @@ extra:
|
||||||
accent: orange
|
accent: orange
|
||||||
extra_css: [ assets/stylesheets/extra.css ]
|
extra_css: [ assets/stylesheets/extra.css ]
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- assets/javascripts/client.js
|
- assets/javascripts/client.js
|
||||||
|
|
Laden …
In neuem Issue referenzieren