docs: remove sidebar/terminal/classifier references

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sinabina
2026-07-21 14:50:48 -07:00
co-authored by Claude Opus 4.8
parent b6a007a7e3
commit 438e843b8d
14 changed files with 73 additions and 1096 deletions
+1 -1
View File
@@ -877,7 +877,7 @@ Refs are invalidated on navigation — run `snapshot` again after `goto`.
### Inspect element CSS
```bash
$B inspect .header # full CSS cascade for selector
$B inspect # latest picked element from sidebar
$B inspect # most recently inspected element
$B inspect --all # include user-agent stylesheet rules
$B inspect --history # show modification history
```
+1 -1
View File
@@ -287,7 +287,7 @@ browse --headed --proxy socks5://user:pass@host:1080 \
### Inspect element CSS
```bash
$B inspect .header # full CSS cascade for selector
$B inspect # latest picked element from sidebar
$B inspect # most recently inspected element
$B inspect --all # include user-agent stylesheet rules
$B inspect --history # show modification history
```