mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
* Track wave version when job was created (for future backward compat) * New Flyover Menu off of "shell durability" icon. Help + Actions + UX * Bug with conn typeahead not closing when clicking disconnect * Auto-reconnect jobs that have been disconnected (check for "gone" state) * Disable tab indicator stuff (only indicates tab not block) * Fix bug with dev logging path on connserver * Fix bugs with restarting blockcontrollers on startup * Fix bugs with getting HasExited status from job manager * Fix startup files, quoting, tilde, etc in start job flow * ... |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| static | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierignore | ||
| .remarkrc | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| eslint.config.js | ||
| package.json | ||
| prettier.config.cjs | ||
| README.md | ||
| tsconfig.json | ||
Wave Terminal Documentation
This is the home for Wave Terminal's documentation site. This README is specifically about building and contributing to the docs site. If you are looking for the actual hosted docs, go here -- https://docs.waveterm.dev
Installation
Our docs are built using Docusaurus, a modern static website generator.
Local Development
task docsite
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
task docsite:build:public
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Deployments are handled automatically by the Docsite CI/CD workflow