Ersetze Docusaurus vollständig durch Nuxt-Content-Docs-App
All checks were successful
Build and Push Docker Images / verify-docs-sync (push) Successful in 9s
Build and Push Docker Images / build-backend (push) Successful in 14s
Build and Push Docker Images / build-frontend (push) Successful in 13s
Build and Push Docker Images / build-docs (push) Successful in 1m47s
All checks were successful
Build and Push Docker Images / verify-docs-sync (push) Successful in 9s
Build and Push Docker Images / build-backend (push) Successful in 14s
Build and Push Docker Images / build-frontend (push) Successful in 13s
Build and Push Docker Images / build-docs (push) Successful in 1m47s
This commit is contained in:
@@ -1,32 +1,15 @@
|
||||
{
|
||||
"name": "fedeo-docs-site",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "docusaurus start --host 0.0.0.0 --port 3005",
|
||||
"build": "docusaurus build",
|
||||
"serve": "docusaurus serve --host 0.0.0.0 --port 3005",
|
||||
"clear": "docusaurus clear",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy"
|
||||
"dev": "node ./scripts/sync-content.mjs && nuxi dev --host 0.0.0.0 --port 3005",
|
||||
"build": "node ./scripts/sync-content.mjs && nuxi build",
|
||||
"preview": "nuxi preview --host 0.0.0.0 --port 3005"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "3.9.2",
|
||||
"@docusaurus/preset-classic": "3.9.2",
|
||||
"clsx": "^2.1.1",
|
||||
"prism-react-renderer": "^2.4.1",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.3",
|
||||
"@docusaurus/module-type-aliases": "3.9.2",
|
||||
"@types/react": "^19.1.12",
|
||||
"@types/react-dom": "^19.1.9"
|
||||
},
|
||||
"overrides": {
|
||||
"webpack": "5.95.0",
|
||||
"webpackbar": "6.0.1"
|
||||
"nuxt": "^3.17.7",
|
||||
"@nuxt/content": "^2.13.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0"
|
||||
|
||||
Reference in New Issue
Block a user