Commit ff52f2f
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments