Commit 5615c12
committed
docs: migrate to @sentry/starlight-theme
Replace the 1900-line custom dark theme CSS and hand-rolled component
overrides with the shared @sentry/starlight-theme Starlight plugin.
Changes:
- Add @sentry/starlight-theme dependency and plugin to astro config
- Use monochromeCodeTheme for syntax highlighting (replaces github-dark)
- Bump @astrojs/starlight to ^0.39.2 (theme peer dep)
- Remove custom ThemeProvider, ThemeSelect, Header components
(now provided by the shared theme)
- Remove CodeBlock, CommandBox (unused)
- Replace 1869-line custom.css with ~250-line cli.css containing only
CLI-specific styles (splash page, feature sections, overscroll)
- Update font references in components to use CSS custom properties
- Update InstallSelector to use shared monochrome code theme
- Use theme design tokens (--ve-*) in PageTitle1 parent 95ff2e3 commit 5615c12
15 files changed
Lines changed: 407 additions & 2262 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 61 | + | |
73 | 62 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 63 | | |
78 | 64 | | |
79 | 65 | | |
| |||
91 | 77 | | |
92 | 78 | | |
93 | 79 | | |
94 | | - | |
| 80 | + | |
95 | 81 | | |
96 | 82 | | |
97 | 83 | | |
| |||
245 | 231 | | |
246 | 232 | | |
247 | 233 | | |
248 | | - | |
| 234 | + | |
249 | 235 | | |
250 | 236 | | |
251 | 237 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments