Skip to content

Commit

Permalink
added DEVELOP.md for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Dec 16, 2024
1 parent 6b0d4f4 commit 9167362
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/DEVELOP.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 9167362

Please sign in to comment.