This repo contains the WaveLegacy Documentation, which is hosted at legacydocs.waveterm.dev.
We welcome contributions to Wave docs!
- For minor changes, you are welcome to open a pull request.
- For major changes, please create an issue first.
- If you are looking for a place to start take a look at open issues.
- Join the Discord channel to collaborate with the community on your contribution.
Wave documentation is built on Mintlify. To develop, install the Mintlify CLI to preview the documentation changes locally.
Step 1: Install Mintlify:
npm i -g mintlify
Step 2: Navigate to the docs directory (where the mint.json file is located) and execute the following command:
mintlify dev
A local preview of your documentation will be available at http://localhost:3000.
For comprehensive details on configuring your development environment, as well as a complete reference guide, please refer to Mintlify's documentation.