fix: rename entire self hosting section (#1697)

This commit is contained in:
Shubham Palriwala
2023-11-28 19:33:10 +05:30
committed by GitHub
parent 7c09b66d53
commit 88567fb056
4 changed files with 11 additions and 7 deletions
@@ -245,11 +245,11 @@ export const navigation: Array<NavGroup> = [
{
title: "Self-hosting",
links: [
{ title: "Deployment", href: "/docs/self-hosting/deployment" },
{ title: "Production", href: "/docs/self-hosting/production" },
{ title: "Docker", href: "/docs/self-hosting/docker" },
{ title: "Introduction", href: "/docs/self-hosting/deployment" },
{ title: "One-Click Setup", href: "/docs/self-hosting/production" },
{ title: "Advanced Setup", href: "/docs/self-hosting/docker" },
{ title: "Configure", href: "/docs/self-hosting/external-auth-providers" },
{ title: "Migration Guide", href: "/docs/self-hosting/migration-guide" },
{ title: "External auth providers", href: "/docs/self-hosting/external-auth-providers" },
],
},
{