Skip to content

Commit 0f7e6fc

Browse files
committed
docs: fix broken code fences in architecture.md
Normalize full-rebuild diagram opener to ```text and remove stray EOF fence.
1 parent 3c65a65 commit 0f7e6fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A local SQLite database (`.codemap/index.db`) indexes the project tree and store
2828

2929
### Full rebuild (parallel)
3030

31-
````text
31+
```text
3232
application/index-engine.ts (main thread)
3333
3434
├─ collectFiles()
@@ -911,4 +911,3 @@ Key covering indexes:
911911
| `idx_css_variables_name` | `name, value, scope, file_path` | CSS token lookup by name |
912912
| `idx_css_classes_name` | `name, file_path, is_module` | CSS class lookup |
913913
| `idx_css_keyframes_name` | `name, file_path` | Keyframe lookup |
914-
````

0 commit comments

Comments
 (0)