Update Documentation for Deploying Site in User Guide
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
What is the area that this feature belongs to?
Author Usability, Documentation
Is your feature request related to a problem? Please describe.
- For Travis CI, the sample
.travis.ymlfile in user guide documentation can be updated to remove the depreciatedskip_cleanupkey.
https://markbind.org/userGuide/deployingTheSite.html#deploying-via-travis-ci
deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup)
- Update Netlify Deployment Screenshots
https://markbind.org/userGuide/deployingTheSite.html#deploying-to-netlify
Minor changes have been made to the UI, including for environment variables (No longer under advanced build settings). Would be good to update the screenshots for greater clarity.
Additionally, can include info on Netlify dependency management on Node.js version in the UI as seen fit.
Describe the solution you'd like
Update documentation
I believe this would fall under the labels of good first issue, d.easy, a-Documentation