mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 22:31:35 -05:00
fix: rename entire self hosting section (#1697)
This commit is contained in:
committed by
GitHub
parent
7c09b66d53
commit
88567fb056
@@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user