mirror of
https://github.com/Dokploy/website.git
synced 2026-07-13 18:05:33 +02:00
feat: enhance documentation site with new components and styles
- 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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "Core",
|
||||
"description": "The core of Dokploy",
|
||||
"icon": "Building2",
|
||||
"icon": "Package",
|
||||
"root": true,
|
||||
"pages": [
|
||||
"---Introduction---",
|
||||
@@ -38,10 +38,16 @@
|
||||
"auto-deploy",
|
||||
"schedule-jobs",
|
||||
"volume-backups",
|
||||
"providers",
|
||||
"watch-paths",
|
||||
"---Advanced---",
|
||||
"cluster",
|
||||
"multi-server"
|
||||
]
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user