mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
docs: fix navigation link
This commit is contained in:
@@ -32,17 +32,17 @@ Please go to get started.
|
|||||||
|
|
||||||
<Cards>
|
<Cards>
|
||||||
<Card
|
<Card
|
||||||
href="/docs/core/get-started/installation"
|
href="/docs/core/installation"
|
||||||
title="Installation"
|
title="Installation"
|
||||||
description="Learn how to install Dokploy."
|
description="Learn how to install Dokploy."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="/docs/core/application/overview"
|
href="/docs/core/applications"
|
||||||
title="Applications"
|
title="Applications"
|
||||||
description="Learn how to deploy applications."
|
description="Learn how to deploy applications."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="/docs/core/databases/overview"
|
href="/docs/core/databases"
|
||||||
title="Databases"
|
title="Databases"
|
||||||
description="Learn how to deploy databases."
|
description="Learn how to deploy databases."
|
||||||
/>
|
/>
|
||||||
@@ -51,4 +51,4 @@ Please go to get started.
|
|||||||
title="Traefik"
|
title="Traefik"
|
||||||
description="Learn how to deploy Traefik."
|
description="Learn how to deploy Traefik."
|
||||||
/>
|
/>
|
||||||
</Cards>
|
</Cards>
|
||||||
|
|||||||
Reference in New Issue
Block a user