mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
- Added new dependencies including @radix-ui/react-dropdown-menu, class-variance-authority, clsx, tailwind-merge, and tw-animate-css. - Introduced new JSON configuration for components and updated layout with logo and navigation links. - Created new MDX files for remote server documentation, including setup instructions and security recommendations. - Updated global CSS to include new styles and themes. - Removed outdated home layout and page components to streamline the documentation structure.
54 lines
943 B
JSON
54 lines
943 B
JSON
{
|
|
"title": "Core",
|
|
"description": "The core of Dokploy",
|
|
"icon": "Package",
|
|
"root": true,
|
|
"pages": [
|
|
"---Introduction---",
|
|
"index",
|
|
"architecture",
|
|
"features",
|
|
"installation",
|
|
"manual-installation",
|
|
"reset-password",
|
|
"uninstall",
|
|
"videos",
|
|
"...",
|
|
"---Cloud---",
|
|
"cloud",
|
|
"monitoring",
|
|
"differences",
|
|
"---Server---",
|
|
"(S3-Destinations)",
|
|
"(Git-Sources)",
|
|
"(Users)",
|
|
"(Notifications)",
|
|
"registry",
|
|
"ssh-keys",
|
|
"certificates",
|
|
"backups",
|
|
"---Services---",
|
|
"variables",
|
|
"domains",
|
|
"applications",
|
|
"docker-compose",
|
|
"databases",
|
|
"templates",
|
|
"(examples)",
|
|
"auto-deploy",
|
|
"schedule-jobs",
|
|
"volume-backups",
|
|
"providers",
|
|
"watch-paths",
|
|
"---Remote Servers---",
|
|
"remote-servers/index",
|
|
"remote-servers/instructions",
|
|
"remote-servers/deployments",
|
|
"remote-servers/ec2-instructions",
|
|
"remote-servers/security",
|
|
"remote-servers/validate",
|
|
"---Advanced---",
|
|
"cluster"
|
|
]
|
|
}
|