We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc19afc + 4a4b623 commit d3cd459Copy full SHA for d3cd459
docs/contributing/index.md
@@ -217,9 +217,11 @@ These branches may change as we get closer to a production release.
217
218
```shell
219
# Optionally clean the builds to avoid cache issues
220
- make clean
221
- make html
222
- make linkcheck
+ # Note that for the Volto docs only, we use "docs-" as a prefix for make targets
+ # because it has so many of them and to avoid a conflict with the core application.
+ make docs-clean
223
+ make docs-html
224
+ make docs-linkcheck
225
```
226
227
1. Back in `submodules/volto`, commit and push your changes to the remote.
0 commit comments