Merge pull request #14963 from supabase/da/config-overrides-page

feat: add docs on custom postgres config
This commit is contained in:
Div Arora
2023-06-15 10:12:51 -04:00
committed by GitHub
2 changed files with 76 additions and 0 deletions

View File

@@ -995,6 +995,7 @@ export const platform: NavMenuConstant = {
url: undefined,
items: [
{ name: 'Access Control', url: '/guides/platform/access-control' },
{ name: 'Custom Postgres Config', url: '/guides/platform/custom-postgres-config' },
{ name: 'Database Size', url: '/guides/platform/database-size' },
{ name: 'HTTP Status Codes', url: '/guides/platform/http-status-codes' },
{ name: 'Logging', url: '/guides/platform/logs' },