mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
docs: fix preview link (#4965)
test netlify Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
[[redirects]]
|
||||
from = "/docs/guides/deploy/*"
|
||||
to = "/docs/self-hosting/deploy/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/docs/guides/manage/self-hosted/*"
|
||||
to = "/docs/self-hosting/manage/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
# This is a workaround to address the problem around the baseUrl from docusaurus
|
||||
# Be aware that this prevents the usage of the path /docs/docs
|
||||
[[redirects]]
|
||||
@@ -17,6 +5,12 @@
|
||||
to = "/:splat"
|
||||
status = 200
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/"
|
||||
to = "/docs"
|
||||
status = 302
|
||||
force = true
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
|
Reference in New Issue
Block a user