Commit Graph

7 Commits

Author SHA1 Message Date
Evan Simkowitz
ab99c786e5
Add sharp-solid font to docsite (#1813) 2025-01-23 12:23:24 -08:00
Evan Simkowitz
2155ec327d
Upgrade Docusaurus and dev dependencies (#1787)
This removes another blocker to full React 19 support, among other
things. It also adds the new `@docusaurus/plugin-svgr` plugin, which is
now required to load SVG assets.

The last blocker to React 19 is `@monaco-editor/react`, which has added
support in its release candidate for 4.7.0 and will hopefully release to
stable soon.
2025-01-21 13:43:05 -08:00
Evan Simkowitz
900f4a3ff7
Add tab bar instructions to docsite (#1779)
Adds instructions for using the tab bar, moves tab layout docs to new
location with redirect, adds instructions for magnifying a block, cleans
up intro text.
2025-01-20 15:29:23 -08:00
Evan Simkowitz
6325db04d4
Ignore broken anchors warning (#1303)
Ignore annoying warning about broken anchors in Docusaurus
2024-11-15 15:10:42 -08:00
Evan Simkowitz
4a330a4842
Fix copyfiles step so storybook serves correctly (#1299)
confirmed this still works on Windows
2024-11-15 13:19:20 -08:00
Evan Simkowitz
6aaa62acdd
Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -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