mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +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>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "@goauthentik/docusaurus-theme",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./index.js",
|
|
"./custom.css": "./custom.css",
|
|
"./config": "./config.js",
|
|
"./remark": "./remark/index.mjs",
|
|
"./components/*": "./components/*",
|
|
"./redirects/plugin": "./redirects/plugin.mjs",
|
|
"./redirects/node": "./redirects/node.mjs",
|
|
"./redirects": "./redirects/index.mjs",
|
|
"./releases/plugin": "./releases/plugin.mjs",
|
|
"./releases/node": "./releases/node.mjs"
|
|
},
|
|
"imports": {
|
|
"#remark": "./remark/index.mjs",
|
|
"#remark/*": "./remark/*",
|
|
"#components/*": "./components/*",
|
|
"#hooks/*": "./hooks/*",
|
|
"#theme/*": "./theme/*"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/preset-classic": "^3.8.1",
|
|
"@goauthentik/docusaurus-config": "^2.1.1",
|
|
"@types/semver": "^7.7.0",
|
|
"clsx": "^2.1.1",
|
|
"fast-glob": "^3.3.3",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"semver": "^7.7.2",
|
|
"typescript": "^5.9.2",
|
|
"unist-util-visit": "^5.0.0"
|
|
}
|
|
}
|