mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* config for split
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* update alllll the links
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* add separate job for integrations build
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* Update website/netlify.toml
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Jens L. <jens@beryju.org>
* Revert "update alllll the links"
This reverts commit 872c5870a8.
* absolute relative URLs only
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* but use a plugin to rewrite them
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix external URL regex
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* make rewrite plugin more re-usable
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix the reverse links
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* lint
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix root redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix rediret
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix root redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix redirect
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Dominic R <dominic@sdko.org>
118 lines
4.4 KiB
JSON
118 lines
4.4 KiB
JSON
{
|
|
"name": "@goauthentik/docs",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "run-s build:docker build:schema build:api build:docusaurus",
|
|
"build-bundled": "run-s build:schema build:api build:docusaurus",
|
|
"build:api": "docusaurus gen-api-docs all",
|
|
"build:docker": "cp ../docker-compose.yml ./static/docker-compose.yml",
|
|
"build:docusaurus": "cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build",
|
|
"build:integrations": "cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build --config integrations/docusaurus.config.cjs",
|
|
"build:schema": "cp -f ../schema.yml ./static/schema.yml",
|
|
"deploy": "docusaurus deploy",
|
|
"docusaurus": "docusaurus",
|
|
"lint": "eslint --fix .",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"lint:lockfile": "echo 'Skipping lockfile linting'",
|
|
"prettier": "prettier --write .",
|
|
"prettier-check": "prettier --check .",
|
|
"serve": "docusaurus serve",
|
|
"start": "docusaurus start",
|
|
"swizzle": "docusaurus swizzle",
|
|
"test": "node --test",
|
|
"watch": "run-s build:schema build:api start",
|
|
"watch:integrations": "docusaurus start --config integrations/docusaurus.config.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.7.0",
|
|
"@docusaurus/faster": "^3.7.0",
|
|
"@docusaurus/plugin-client-redirects": "^3.7.0",
|
|
"@docusaurus/plugin-content-docs": "^3.7.0",
|
|
"@docusaurus/preset-classic": "^3.7.0",
|
|
"@docusaurus/theme-common": "^3.7.0",
|
|
"@docusaurus/theme-mermaid": "^3.7.0",
|
|
"@goauthentik/docusaurus-config": "^1.1.0",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"clsx": "^2.1.1",
|
|
"docusaurus-plugin-openapi-docs": "^4.4.0",
|
|
"docusaurus-theme-openapi-docs": "^4.4.0",
|
|
"postcss": "^8.5.6",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^18.3.1",
|
|
"react-before-after-slider-component": "^1.1.8",
|
|
"react-dom": "^18.3.1",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"semver": "^7.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^3.7.0",
|
|
"@docusaurus/tsconfig": "^3.7.0",
|
|
"@docusaurus/types": "^3.7.0",
|
|
"@eslint/js": "^9.29.0",
|
|
"@goauthentik/eslint-config": "^1.0.5",
|
|
"@goauthentik/prettier-config": "^1.0.5",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/lodash": "^4.17.18",
|
|
"@types/node": "^24.0.3",
|
|
"@types/postman-collection": "^3.5.11",
|
|
"@types/react": "^18.3.22",
|
|
"@types/semver": "^7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
|
"@typescript-eslint/parser": "^8.34.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.29.0",
|
|
"fast-glob": "^3.3.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-packagejson": "^2.5.15",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.34.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rspack/binding-darwin-arm64": "1.3.15",
|
|
"@rspack/binding-linux-arm64-gnu": "1.3.15",
|
|
"@rspack/binding-linux-x64-gnu": "1.3.15",
|
|
"@swc/core-darwin-arm64": "1.12.1",
|
|
"@swc/core-linux-arm64-gnu": "1.12.1",
|
|
"@swc/core-linux-x64-gnu": "1.12.1",
|
|
"@swc/html-darwin-arm64": "1.12.1",
|
|
"@swc/html-linux-arm64-gnu": "1.12.1",
|
|
"@swc/html-linux-x64-gnu": "1.12.1",
|
|
"lightningcss-darwin-arm64": "1.30.1",
|
|
"lightningcss-linux-arm64-gnu": "1.30.1",
|
|
"lightningcss-linux-x64-gnu": "1.30.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.14.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"fork-ts-checker-webpack-plugin": {
|
|
"glob": "^11.0.1"
|
|
},
|
|
"postman-collection": {
|
|
"@faker-js/faker": "^6.3.1"
|
|
},
|
|
"webpack-dev-server": {
|
|
"rimraf": "6.0.1"
|
|
}
|
|
}
|
|
}
|