mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
feat: add meta.json for Applications documentation
- Introduced a new meta.json file to structure the Applications documentation. - Included pages for advanced topics, build types, preview deployments, rollbacks, zero downtime, and going production.
This commit is contained in:
11
apps/docs/content/docs/core/applications/meta.json
Normal file
11
apps/docs/content/docs/core/applications/meta.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Applications",
|
||||
"pages": [
|
||||
"advanced",
|
||||
"build-type",
|
||||
"preview-deployments",
|
||||
"rollbacks",
|
||||
"zero-downtime",
|
||||
"going-production"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user