From 8cd50f2a622dc08d6d8c617415153c7926b51f7c Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 7 Dec 2025 14:04:35 -0600 Subject: [PATCH] docs: update meta descriptions for API, CLI, and Core documentation - Revised the description for the API documentation to specify it as a RESTful API reference for programmatic access to Dokploy. - Updated the CLI documentation description to clarify it as a command-line interface for managing Dokploy from the terminal. - Enhanced the Core documentation description to provide essential guides for deploying and managing applications, databases, and server configurations. --- apps/docs/content/docs/api/meta.json | 2 +- apps/docs/content/docs/cli/meta.json | 2 +- apps/docs/content/docs/core/meta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/content/docs/api/meta.json b/apps/docs/content/docs/api/meta.json index 2c5efa4..78e0e84 100644 --- a/apps/docs/content/docs/api/meta.json +++ b/apps/docs/content/docs/api/meta.json @@ -1,6 +1,6 @@ { "title": "API", - "description": "API Documentation", + "description": "RESTful API reference for programmatic access to Dokploy", "icon": "Code", "root": true, "pages": ["---Get Started---", "index", "---Reference---", "..."] diff --git a/apps/docs/content/docs/cli/meta.json b/apps/docs/content/docs/cli/meta.json index d6afdbf..11e4b1b 100644 --- a/apps/docs/content/docs/cli/meta.json +++ b/apps/docs/content/docs/cli/meta.json @@ -1,6 +1,6 @@ { "title": "CLI", - "description": "CLI Documentation", + "description": "Command-line interface for managing Dokploy from your terminal", "icon": "SquareTerminal", "root": true, "pages": [ diff --git a/apps/docs/content/docs/core/meta.json b/apps/docs/content/docs/core/meta.json index 0079943..2678b41 100644 --- a/apps/docs/content/docs/core/meta.json +++ b/apps/docs/content/docs/core/meta.json @@ -1,6 +1,6 @@ { "title": "Core", - "description": "The core of Dokploy", + "description": "Essential guides for deploying and managing applications, databases, and server configurations", "icon": "Package", "root": true, "pages": [