mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add translated page redirections using _redirects.yml Redirect for bitcoin-for-press to press Redirect bitcoin-for-enthusiasts to innovation Ignore page redirections in sitemap.rb plugin Move template plugin to template.rb instead of translate.rb Add a small documentation in the template plugin
14 lines
226 B
YAML
14 lines
226 B
YAML
redirects:
|
|
bitcoin-for-enthusiasts:
|
|
dst: innovation
|
|
except:
|
|
ar: true
|
|
es: true
|
|
fa: true
|
|
fr: true
|
|
it: true
|
|
nl: true
|
|
pl: true
|
|
ru: true
|
|
bitcoin-for-press:
|
|
dst: press
|