Website and Docs for CapRover.
cd website
npm i
npm start
Add the new MarkDown file in /docs
directory. Add the listing to /website/sidebars.json
. Then run yarn start
to see the result.
Simply run yarn build
and all data will be converted into static html files inside website/build
directory.