diff --git a/docs/DEVELOP.md b/docs/DEVELOP.md new file mode 100644 index 00000000..6c7aaa8a --- /dev/null +++ b/docs/DEVELOP.md @@ -0,0 +1,14 @@ +## How to Develop watermill.io docs? + +### Building & running + +```bash +./build.sh +npm run dev +``` + +### Useful resources + +- [Available shortcodes](https://getdoks.org/docs/basics/shortcodes/) +- [Diagrams](https://getdoks.org/docs/built-ins/diagrams/) (we recommend [Mermaid](https://getdoks.org/docs/built-ins/diagrams/#mermaid)) +- [Codeglocks](https://getdoks.org/docs/built-ins/code-blocks/)