Commit d06c310
committed
fix(docs): restore source admonition blocks
- purpose: restore real admonition components in source storage docs that were flattened during the broader i18n structure cleanup
- before: short tip and caution sections in cache pool guidance and the XFS repair partial were rendered as plain bold paragraphs instead of Docusaurus admonitions
- problem: the change weakened visual emphasis and dropped important formatting like the explicit Maintenance Mode reference in the parity warning
- change: convert the example and use-case callouts in cache-pools back to :::tip blocks and restore the XFS parity warning to a :::caution block
- result: source docs keep the intended admonition styling while translation-side syntax repairs remain unchanged1 parent 06e0b7d commit d06c310
2 files changed
Lines changed: 15 additions & 3 deletions
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
277 | 281 | | |
278 | 282 | | |
279 | 283 | | |
| |||
285 | 289 | | |
286 | 290 | | |
287 | 291 | | |
288 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
289 | 297 | | |
290 | 298 | | |
291 | 299 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments