Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.38 KB

WaveLegacy Documentation

This repo contains the WaveLegacy Documentation, which is hosted at legacydocs.waveterm.dev.

Contributing

We welcome contributions to Wave docs!

Development Environment

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.

Additional Info

For comprehensive details on configuring your development environment, as well as a complete reference guide, please refer to Mintlify's documentation.