add initial guide working_with_contributor_documents.md#8627
add initial guide working_with_contributor_documents.md#8627nbogie wants to merge 3 commits intoprocessing:dev-2.0from
Conversation
|
|
||
| ## Build process overview | ||
|
|
||
| During the website build process `build:contributor-docs`, the documents are cloned from the requested branch of the p5.js repo into the relevant website file-system locations. |
There was a problem hiding this comment.
Thanks for this! Since we're working in 2 locations I think for any CLI commands, please include where it should be run. Eg, WDYT about style that states what/where is run, and then explains:
In p5.js-website repo, running npm .... will clone the documents from the requested branch of the p5.js repo into the relevant website file-system locations.
Does that seem like a reasonable pattern to try here?
There was a problem hiding this comment.
Yes, good spot, thanks! Locations for commands are covered in the full instructions in the section "Preview on local p5.js-website clone" but it bears either repeating in the summary, or not mentioning the command in the summary so that the reader doesn't take away only that piece of information without the rest of the context.
Addresses #8619
Changes:
Add a new rough guide to working with contributor documents.