Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions public/static/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down