This repository holds the bos-workspace docs and a customizable documentation site.
- Install packages
yarn install
- Start dev environment
yarn run dev
This will start a gateway at 127.0.0.1:8080 which will render your local widgets. The entry point for this app is docs.bos-workspace.testnet/widget/index
Currently, the process is:
- Write your document in the /md directory
- Add the reference in utils/db, this will get picked up by the sidebar
- Confirm section/subsection matches path after
/md
- Push to branch (configure branch in github adapter) to see updates.
Let's build better!