Skip to content

Commit 4e15b29

Browse files
committed
docs: hide Features sidebar items and remove architecture flow diagram
1 parent 78f87c6 commit 4e15b29

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

website/docs/technical/architecture.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ graph TD
5151
UI -->|Import / Call| State
5252
State -->|D-Bus / Sync Commands| Service
5353
```
54-
55-
![Architecture Flow Diagram](/img/snapshots/architecture.png)
56-
*Figure 1: Component layout and communication lines between UI, JavaScript models, and Python backend services.*
57-
5854
## Documentation intent
5955

6056
This technical section should answer:

website/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const sidebars = {
77
"user/overview",
88
"user/install-and-run",
99
"user/setup-and-sync",
10-
"user/features",
11-
"user/all-features",
10+
// "user/features",
11+
// "user/all-features",
1212
"user/troubleshooting",
1313
{
1414
type: "category",

0 commit comments

Comments
 (0)