Skip to content

Commit f1c054d

Browse files
committed
chore(site): document self-hosting (#2854)
1 parent c7919fa commit f1c054d

17 files changed

+3745
-268
lines changed

site/next.config.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ const nextConfig = {
7777
destination: '/docs/cloud/quickstart',
7878
permanent: false,
7979
},
80-
{
81-
source: '/docs/self-hosting',
82-
destination: '/docs/cloud/self-hosting',
83-
permanent: false,
84-
},
85-
{
86-
source: '/docs/self-hosting/:slug*',
87-
destination: '/docs/cloud/self-hosting/:slug*',
88-
permanent: false,
89-
},
9080
{
9181
source: '/docs/solutions/:slug*',
9282
destination: '/docs/cloud/solutions/:slug*',

0 commit comments

Comments
 (0)