Update docs for monorepo restructure
Shared/ → MNW/shared/ path refs, PLUGIN_AUTHORING cleanup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 files changed,
+2 insertions,
-2 deletions
| 45 |
45 |
|
|
| 46 |
46 |
|
Dependency flow: `bb-interface` is leaf (no internal deps) -> `bb-core` and `bb-feed` depend on `bb-interface` -> `bb-db` depends on `bb-interface` -> `src-tauri` depends on all four.
|
| 47 |
47 |
|
|
| 48 |
|
- |
Shared libraries from `../Shared/`: [theme-common](../Shared/theme-common/) (theme loading), [tagtree](../Shared/tagtree/) (tag validation), [synckit-client](../Shared/synckit-client/) (cloud sync SDK).
|
|
48 |
+ |
Shared libraries from `../MNW/shared/`: [theme-common](../MNW/shared/theme-common/) (theme loading), [tagtree](../MNW/shared/tagtree/) (tag validation), [synckit-client](../MNW/shared/synckit-client/) (cloud sync SDK).
|
| 49 |
49 |
|
|
| 50 |
50 |
|
## Features
|
| 51 |
51 |
|
|
| 255 |
255 |
|
|
| 256 |
256 |
|
## CSS
|
| 257 |
257 |
|
|
| 258 |
|
- |
Single stylesheet at `frontend/css/styles.css`. Uses CSS variables set by themes.js at runtime. Theme colors come from shared TOML files in `Shared/themes/` loaded via `get_theme` Tauri command.
|
|
258 |
+ |
Single stylesheet at `frontend/css/styles.css`. Uses CSS variables set by themes.js at runtime. Theme colors come from shared TOML files in `MNW/shared/themes/` loaded via `get_theme` Tauri command.
|
| 259 |
259 |
|
|
| 260 |
260 |
|
Theme-derived CSS variables:
|
| 261 |
261 |
|
|