mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 15:26:07 +08:00
Add docs for unsupported operations and replication (#20896)
* add docs for unsupported operations and replication * ci: Autofix updates from GitHub workflow * Update NavigationMenu.constants.ts Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev> * Update apps/docs/pages/guides/database/postgres/roles-superuser.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/roles-superuser.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update apps/docs/pages/guides/database/postgres/setup-replication-external.mdx Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * address review comments --------- Co-authored-by: github-tidy-bot <github-tidy-bot@supabase.com> Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
@@ -755,6 +755,10 @@ export const database: NavMenuConstant = {
|
||||
url: '/guides/database/postgres/roles',
|
||||
},
|
||||
{ name: 'Managing secrets with Vault', url: '/guides/database/vault' },
|
||||
{
|
||||
name: 'Superuser Access and Unsupported Operations',
|
||||
url: '/guides/database/postgres/roles-superuser',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -942,6 +946,10 @@ export const database: NavMenuConstant = {
|
||||
name: 'Print PostgreSQL Version',
|
||||
url: '/guides/database/postgres/which-version-of-postgres',
|
||||
},
|
||||
{
|
||||
name: 'Replicating from Supabase to External Postgres',
|
||||
url: '/guides/database/postgres/setup-replication-external',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user