Skip to content

Commit ff52f2f

Browse files
authored
docs: fix wrong topic (supabase#42641)
Builds were failing with zod error introduced here: supabase#42464 ``` Error:Error [ZodError]: [ { "received": "data api", "code": "invalid_enum_value", "options": [ "ai", "auth", "branching", "cli", "database", "functions", "platform", "realtime", "self-hosting", "storage", "studio", "supavisor", "terraform" ], "path": [ "topics", 1 ], "message": "Invalid enum value. Expected 'ai' | 'auth' | 'branching' | 'cli' | 'database' | 'functions' | 'platform' | 'realtime' | 'self-hosting' | 'storage' | 'studio' | 'supavisor' | 'terraform', received 'data api'" } ] ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated documentation categorization for troubleshooting content to improve discoverability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 228ce4e commit ff52f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/content/troubleshooting/postgrest-not-recognizing-new-columns-or-functions-bd75f5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title = "PostgREST not recognizing new columns, tables, views or functions"
3-
topics = [ "cli", "data api", "database", "functions" ]
3+
topics = [ "cli", "platform", "database", "functions" ]
44
keywords = []
55
---
66

0 commit comments

Comments
 (0)