Commit 45ff6ca
committed
docs(zero): clarify databroker storage type auto-inference
Add Zero-specific documentation tabs to databroker reference
Resolves ENG-3098
## Changes
Added "Zero" tabs to three sections in databroker.mdx:
1. **Databroker Storage Type section**
- Explains that storage type is automatically inferred from connection string
- Lists format patterns for all three backends (file, postgres, memory)
- Links to connection string section for configuration details
2. **File Storage Configuration section**
- Shows where to configure in Zero console (Settings → General)
- Provides file:// URI example
- Includes note about directory permissions and persistence
3. **Postgres Storage Configuration section**
- Demonstrates both postgres:// and postgresql:// schemes
- Clarifies both are auto-detected
- Includes production tip about managed databases and replication
## Impact
Eliminates documentation gap for Zero users who were confused about
the absence of a separate storage type field. Clarifies that the
inference is intentional and automatic.
🤖 AI assistance disclosure: Used Claude Code to generate the MDX
tab content following existing documentation patterns. Manually
verified MDX syntax and tab structure consistency.1 parent c520a7f commit 45ff6ca
1 file changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
53 | 64 | | |
54 | 65 | | |
55 | 66 | | |
| |||
84 | 95 | | |
85 | 96 | | |
86 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
87 | 109 | | |
88 | 110 | | |
89 | 111 | | |
| |||
132 | 154 | | |
133 | 155 | | |
134 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
135 | 176 | | |
136 | 177 | | |
137 | 178 | | |
| |||
0 commit comments