mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
* website: Unify Netlify redirects with Docusaurus's client-side router. * website: Flesh out client-redirects. * Potential fix for code scanning alert no. 256: Incomplete string escaping or encoding Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> * website: Use package. * website: use permanent redirect. * Apply suggestions from code review Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> * website: Spelling. * website: Add link. * website: Clarify. * website: Remove doc. * website: Add redirects for API and integrations. --------- Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
25 lines
457 B
TOML
25 lines
457 B
TOML
[[plugins]]
|
|
package = "netlify-plugin-cache"
|
|
|
|
[plugins.inputs]
|
|
paths = [".docusaurus", ".cache", 'node_modules/.cache']
|
|
|
|
[[plugins]]
|
|
package = "netlify-plugin-debug-cache"
|
|
|
|
[build]
|
|
base = "website"
|
|
package = "docs"
|
|
command = "npm run build -w docs"
|
|
publish = "docs/build"
|
|
|
|
[dev]
|
|
command = "npm start"
|
|
targetPort = 3000
|
|
|
|
[context.production.environment]
|
|
NODE_ENV = "production"
|
|
|
|
[context.dev.environment]
|
|
NODE_ENV = "development"
|