Commit graph

8 commits

Author SHA1 Message Date
Mike Sawka
e9e363155e
updates for docs index page (#1258) 2024-11-08 18:03:59 -08:00
Evan Simkowitz
92271408dc
Fix bad contrast in the platform pill in the docsite (#1251)
White text on green breaks site accessibility standards so I'm updating
the active text color for the platform picker pill to be
`--ifm-color-secondary-contrast-foreground`, which is white on light
mode and light grey on dark mode.
2024-11-08 13:10:39 -08:00
Evan Simkowitz
bac9649140
Use IFM colors for custom components (#1249) 2024-11-08 12:54:00 -08:00
Mike Sawka
7718aebc17
use wave accent color for contextswitch pill (#1247) 2024-11-08 12:19:53 -08:00
Mike Sawka
92eca20b5a
docs darkmode (#1230) 2024-11-07 14:58:23 -08:00
Mike Sawka
d5cadbd41f
wrap kbd stuff with browseronly (#1229) 2024-11-07 14:42:52 -08:00
Mike Sawka
276e078b3b
improve keybinding docs. platform switcher, styling, fonts, etc (#1227) 2024-11-07 14:18:17 -08:00
Evan Simkowitz
edb3290349
Move docsite to main repo (#1204)
## Summary

We are moving our docsite to this repo for better coordination.

## What's changed?

- The docsite codebase is now in docs/
- The docsite will replace storybook as the published GitHub Pages site
for this repo
- Storybook will now be hosted at https://docs.waveterm.dev/storybook
- A new CI workflow will validate any changes to Storybook or the
docsite
- A combined CD workflow will build and deploy Storybook and the docsite
as a single artifact
- The Build Helper workflow will now build an embedded version of the
docsite before building the app, ensuring the docsite version it has is
always the latest
2024-11-06 10:45:21 -08:00