mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
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.
This commit is contained in:
@@ -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---", "..."]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "CLI",
|
||||
"description": "CLI Documentation",
|
||||
"description": "Command-line interface for managing Dokploy from your terminal",
|
||||
"icon": "SquareTerminal",
|
||||
"root": true,
|
||||
"pages": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user