mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: update docs link
This commit is contained in:
@@ -40,7 +40,7 @@ export function CallToAction() {
|
|||||||
|
|
||||||
<Button className="rounded-full mt-10" asChild>
|
<Button className="rounded-full mt-10" asChild>
|
||||||
<Link
|
<Link
|
||||||
href="https://docs.dokploy.com/installation"
|
href="https://docs.dokploy.com/get-started/installation"
|
||||||
aria-label="Dokploy on GitHub"
|
aria-label="Dokploy on GitHub"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="flex flex-row gap-2 items-center"
|
className="flex flex-row gap-2 items-center"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export function Footer() {
|
|||||||
<NavLink href="/#features">Features</NavLink>
|
<NavLink href="/#features">Features</NavLink>
|
||||||
<NavLink href="/#faqs">Faqs</NavLink>
|
<NavLink href="/#faqs">Faqs</NavLink>
|
||||||
<NavLink
|
<NavLink
|
||||||
href="https://docs.dokploy.com/introduction"
|
href="https://docs.dokploy.com/get-started/introduction"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ function MobileNavigation() {
|
|||||||
<MobileNavLink href="/#testimonials">Testimonials</MobileNavLink>
|
<MobileNavLink href="/#testimonials">Testimonials</MobileNavLink>
|
||||||
<MobileNavLink href="/#faqs">Faqs</MobileNavLink>
|
<MobileNavLink href="/#faqs">Faqs</MobileNavLink>
|
||||||
<MobileNavLink
|
<MobileNavLink
|
||||||
href="https://docs.dokploy.com/introduction"
|
href="https://docs.dokploy.com/get-started/introduction"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Docs
|
Docs
|
||||||
@@ -126,7 +126,7 @@ export function Header() {
|
|||||||
{/* <NavLink href="/#testimonials">Testimonials</NavLink> */}
|
{/* <NavLink href="/#testimonials">Testimonials</NavLink> */}
|
||||||
<NavLink href="/#faqs">Faqs</NavLink>
|
<NavLink href="/#faqs">Faqs</NavLink>
|
||||||
<NavLink
|
<NavLink
|
||||||
href="https://docs.dokploy.com/introduction"
|
href="https://docs.dokploy.com/get-started/introduction"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
Reference in New Issue
Block a user