Skip to content

Commit d3cd459

Browse files
authored
Merge pull request plone#1189 from plone/contributing-volto-make-commands
Volto docs use a prefix of "docs-" on all make targets
2 parents dc19afc + 4a4b623 commit d3cd459

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/contributing/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,11 @@ These branches may change as we get closer to a production release.
217217

218218
```shell
219219
# Optionally clean the builds to avoid cache issues
220-
make clean
221-
make html
222-
make linkcheck
220+
# Note that for the Volto docs only, we use "docs-" as a prefix for make targets
221+
# because it has so many of them and to avoid a conflict with the core application.
222+
make docs-clean
223+
make docs-html
224+
make docs-linkcheck
223225
```
224226

225227
1. Back in `submodules/volto`, commit and push your changes to the remote.

0 commit comments

Comments
 (0)