diff --git a/public/static/docs/user-guide/contributing/docs.md b/public/static/docs/user-guide/contributing/docs.md index 039ee12ac0..2480495eb4 100644 --- a/public/static/docs/user-guide/contributing/docs.md +++ b/public/static/docs/user-guide/contributing/docs.md @@ -14,10 +14,11 @@ To contribute documentation, these are the relevant locations under (`docs/`): [Markdown](https://guides.github.com/features/mastering-markdown/) files of the different pages to render dynamically in the browser. - [Images](https://github.com/iterative/dvc.org/tree/master/public/static/img) - (`img/`): Add new images (png, svg, etc.) here. Reference them from the Markdown - files like this: `![](/static/img/reproducibility.png)`. + (`img/`): Add new images (png, svg, etc.) here. Reference them from the + Markdown files like this: `![](/static/img/reproducibility.png)`. - [Sections](https://github.com/iterative/dvc.org/tree/master/public/static/docs/sidebar.json) - (`docs/sidebar.json`): Edit it to register a new section for the navigation menu. + (`docs/sidebar.json`): Edit it to register a new section for the navigation + menu. Merging the appropriate changes to these files into the master branch is enough to update the docs and redeploy the website.