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:
Mauricio Siu
2025-12-07 11:34:44 -06:00
parent a41453f354
commit c5d7653a4c

View File

@@ -0,0 +1,11 @@
{
"title": "Applications",
"pages": [
"advanced",
"build-type",
"preview-deployments",
"rollbacks",
"zero-downtime",
"going-production"
]
}