Commit d9772cf
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
## Formatting
- Follows Docusaurus admonition guidelines with empty lines around content
- Prettier formatting validated
- CSpell check passes
## 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, Docusaurus admonition formatting, and Prettier
compliance.1 parent 875fa06 commit d9772cf
2 files changed
+50
-1
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 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
87 | 113 | | |
88 | 114 | | |
89 | 115 | | |
| |||
132 | 158 | | |
133 | 159 | | |
134 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
135 | 184 | | |
136 | 185 | | |
137 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments