
* redirect Apps docs * add new wizard and video link * move in sidebar * remove link to providers * tweaks * tweak * improve wording * kens edits * removed duplicate content * reworded * further explain apps and providers * more intro words * more word tweaks * ill stop now * capitalization * fix build Signed-off-by: Jens Langhammer <jens@goauthentik.io> * final surely --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
47 lines
994 B
TOML
47 lines
994 B
TOML
[[redirects]]
|
|
from = "/blog/*"
|
|
to = "https://goauthentik.io/blog/:splat"
|
|
|
|
# Migration from docs to separate directory
|
|
[[redirects]]
|
|
from = "/docs/integrations/*"
|
|
to = "/integrations/:splat"
|
|
|
|
# Docusaurus update removes index
|
|
[[redirects]]
|
|
from = "/docs/:firstPart/index"
|
|
to = "/docs/:firstPart/"
|
|
status = 301
|
|
force = true
|
|
[[redirects]]
|
|
from = "/docs/:firstPart/:secondPart/index"
|
|
to = "/docs/:firstPart/:secondPart/"
|
|
status = 301
|
|
force = true
|
|
[[redirects]]
|
|
from = "/integrations/:firstPart/index"
|
|
to = "/integrations/:firstPart/"
|
|
status = 301
|
|
force = true
|
|
[[redirects]]
|
|
from = "/integrations/:firstPart/:secondPart/index"
|
|
to = "/integrations/:firstPart/:secondPart/"
|
|
status = 301
|
|
force = true
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "DENY"
|
|
|
|
[dev]
|
|
command = "npm run watch"
|
|
targetPort = 3000
|
|
publish = "build"
|
|
|
|
# Moving doc files
|
|
[[redirects]]
|
|
from = "/docs/core/applications"
|
|
to = "/docs/applications"
|
|
status = 302
|