mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
Enhance documentation and templates
- Updated package.json to include a new script for generating templates. - Added "templates" page to the documentation meta.json. - Expanded API documentation in registry.mdx and settings.mdx to include new endpoints. - Removed deprecated templates section from core meta.json and deleted the templates.mdx file. - Introduced new template documentation for various applications including Ackee, Activepieces, Actual Budget, AdGuard Home, Adminer, and more. This commit improves the overall structure and accessibility of the documentation, ensuring users have the latest information on available templates and API endpoints.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"types:check": "fumadocs-mdx && tsc --noEmit",
|
||||
"postinstall": "fumadocs-mdx",
|
||||
"fix-openapi": "node scripts/fix-openapi.mjs",
|
||||
"build:docs": "npm run fix-openapi && node generate-docs.mjs"
|
||||
"generate-templates": "node scripts/generate-templates.mjs",
|
||||
"build:docs": "npm run fix-openapi && npm run generate-templates && node generate-docs.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/third-parties": "16.0.7",
|
||||
|
||||
Reference in New Issue
Block a user