Skip to content

Commit c19b7e6

Browse files
authored
chore: increase sidebar width + remove docs sub-section (#2265)
**Sidebar before** <img width="255" height="263" alt="Screenshot 2026-01-20 at 14 56 11" src="https://github.com/user-attachments/assets/923b1463-5fcd-4662-9c65-35f410051475" /> **Sidebar after** <img width="263" height="249" alt="Screenshot 2026-01-20 at 14 58 53" src="https://github.com/user-attachments/assets/0eadbc36-2379-49ed-abcb-8ec7aae7df4d" />
1 parent 7b92b72 commit c19b7e6

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

docs/pages/platform-costs-and-limits.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,8 @@ Automatically switch to cheaper models based on conditions:
4747

4848
Rules apply by priority order with configurable target models.
4949

50-
## Integration
51-
52-
**OpenTelemetry Export**
53-
Export metrics to Prometheus, Datadog, New Relic
54-
55-
**REST API**
56-
```bash
57-
GET /api/costs/statistics?period=7d
58-
GET /api/costs/limits
59-
POST /api/costs/optimization-rules
60-
```
61-
6250
## Related Documentation
6351

6452
- [Profiles Configuration](platform-profiles)
6553
- [Observability](platform-observability)
66-
- [Deployment](platform-deployment)
54+
- [Deployment](platform-deployment)

platform/frontend/src/components/ui/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { cn } from "@/lib/utils";
2626

2727
const SIDEBAR_COOKIE_NAME = "sidebar_state";
2828
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
29-
const SIDEBAR_WIDTH = "14.5rem";
29+
const SIDEBAR_WIDTH = "15rem";
3030
const SIDEBAR_WIDTH_MOBILE = "18rem";
3131
const SIDEBAR_WIDTH_ICON = "3rem";
3232
const SIDEBAR_KEYBOARD_SHORTCUT = "b";

0 commit comments

Comments
 (0)