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:
|
||||
- navigation.top
|
||||
- navigation.tracking
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- admonition
|
||||
|
@ -31,7 +31,7 @@ markdown_extensions:
|
|||
permalink: true
|
||||
- pymdownx.magiclink
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
custom_checkbox: true
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- pymdownx.extra
|
||||
|
@ -267,7 +267,7 @@ plugins:
|
|||
redirect_maps:
|
||||
# 'old': 'new'
|
||||
# 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'
|
||||
'debug-reset-tls.md': 'troubleshooting/debug-reset_tls.en.md'
|
||||
# NEW DUE TO NEW LAYOUT
|
||||
|
@ -385,4 +385,4 @@ extra:
|
|||
accent: orange
|
||||
extra_css: [ assets/stylesheets/extra.css ]
|
||||
extra_javascript:
|
||||
- assets/javascripts/client.js
|
||||
- assets/javascripts/client.js
|
||||
|
|
Laden …
In neuem Issue referenzieren