From c5d7653a4cdff3e8dbeb6449cb6706b2c6069cf0 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 7 Dec 2025 11:34:44 -0600 Subject: [PATCH] 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. --- apps/docs/content/docs/core/applications/meta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/docs/content/docs/core/applications/meta.json diff --git a/apps/docs/content/docs/core/applications/meta.json b/apps/docs/content/docs/core/applications/meta.json new file mode 100644 index 0000000..11a9927 --- /dev/null +++ b/apps/docs/content/docs/core/applications/meta.json @@ -0,0 +1,11 @@ +{ + "title": "Applications", + "pages": [ + "advanced", + "build-type", + "preview-deployments", + "rollbacks", + "zero-downtime", + "going-production" + ] +}