The bridge-core/docs directory contains reference documentation for the add-on editor bridge. v2.
Thanks for considering to contribute to the bridge-core/docs project. To get started, first make sure that you have NodeJS installed. Then, follow the steps below.
- Fork this repository and clone it to your computer.
- Run
npm install
within the cloned repository. - Run
npm run dev
to start the development server.
We use Prettier to automatically format our code. If you use VS Code, we recommend you to install the Prettier extension.
- Add-On, not addon or AddOn
- do not, not don't
All guides should have a section outlining what users can learn from them. See Example
When describing the format of a JSON file, use a style similar to this one. Alternatively, you can work with code snippets and add comments to them.