Files
website/apps/docs/content/docs/core/meta.json
Mauricio Siu 41c2e7a072 feat: add Interface Overview documentation page
- Introduced a new documentation page titled "Interface Overview" that provides a visual tour of the Dokploy dashboard, including detailed descriptions and screenshots of major sections such as Home, Projects, Applications, Databases, and more.
- Updated meta.json to include the new "interface-overview" entry for improved navigation.
- Added multiple new images to enhance the visual representation of the dashboard features.
2026-07-06 18:08:40 -06:00

72 lines
1.4 KiB
JSON

{
"title": "Core",
"description": "Essential guides for deploying and managing applications, databases, and server configurations",
"icon": "Package",
"root": true,
"pages": [
"---Introduction---",
"index",
"architecture",
"features",
"comparison",
"installation",
"manual-installation",
"reset-password",
"uninstall",
"videos",
"goodies",
"multi-tenancy",
"troubleshooting",
"---Screenshots---",
"interface-overview",
"---Cloud---",
"cloud",
"monitoring",
"differences",
"---Server---",
"ai",
"(S3-Destinations)",
"(Git-Sources)",
"(Users)",
"(Notifications)",
"registry",
"ssh-keys",
"certificates",
"backups",
"concurrent-builds",
"---Services---",
"variables",
"domains",
"applications",
"docker-compose",
"databases",
"(examples)",
"auto-deploy",
"schedule-jobs",
"patches",
"volume-backups",
"providers",
"watch-paths",
"---Remote Servers---",
"remote-servers/index",
"remote-servers/instructions",
"remote-servers/build-server",
"remote-servers/deployments",
"remote-servers/security",
"remote-servers/validate",
"---Advanced---",
"cluster",
"---Enterprise---",
"enterprise/index",
"enterprise/license-keys",
"enterprise/sso",
"enterprise/whitelabeling",
"enterprise/custom-roles",
"enterprise/audit-logs",
"---Guides---",
"guides/cloudflare-tunnels",
"guides/tailscale",
"guides/ec2-instructions"
]
}