Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ hugo
## Dev

In `themes/api-platform` run `npm run build -- --watch`
Run `hugo serve`
Run `hugo serve --watch`

Hugo will share the URL to see the documentation with automatic rebuilding.

You can now perform and test changes:

- the directory `content/` is a clone of https://github.com/api-platform/docs
- the directory `themes/` contain custom theming applied to the documents in `content/`