Commit graph

7 commits

Author SHA1 Message Date
Mike Sawka
1f4835643b
remove storybook, tasks, and dependencies (#2593) 2025-11-24 13:36:00 -08:00
Mike Sawka
88747742c9
switch from yarn to npm (#2347)
no need for yarn anymore in 2025 (especially yarn berry which is just an AI + githubactions nightmare). switch to the more standard npm.  update go version to 1.24 across the board.  cleanup some vite stuff, and deps.  all-around improvements.
2025-09-12 15:36:03 -07:00
Evan Simkowitz
cb2cd72cd4
add aliases for electron:dev, electron:start, and docsite:start tasks (#1651) 2024-12-29 10:05:17 -08:00
Evan Simkowitz
1f756193c0
Add href to wave logo in readme (#1447)
Also remove unnecessary logo in docs readme
2024-12-09 18:07:34 -08:00
Evan Simkowitz
993d33585b
Fix workflow name in docs readme (#1223) 2024-11-06 12:32:27 -08:00
Evan Simkowitz
a2da89c17f
Fix wave logo for docs readme (#1222) 2024-11-06 12:30:44 -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