Skip to content

Commit dea3ef3

Browse files
authored
Merge pull request #944 from fabiosantoscode/fix-lint
style: run prettier
2 parents fb92676 + 71f34ff commit dea3ef3

File tree

1 file changed

+4
-3
lines changed
  • public/static/docs/user-guide/contributing

1 file changed

+4
-3
lines changed

public/static/docs/user-guide/contributing/docs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ To contribute documentation, these are the relevant locations under
1414
(`docs/`): [Markdown](https://guides.github.com/features/mastering-markdown/)
1515
files of the different pages to render dynamically in the browser.
1616
- [Images](https://github.com/iterative/dvc.org/tree/master/public/static/img)
17-
(`img/`): Add new images (png, svg, etc.) here. Reference them from the Markdown
18-
files like this: `![](/static/img/reproducibility.png)`.
17+
(`img/`): Add new images (png, svg, etc.) here. Reference them from the
18+
Markdown files like this: `![](/static/img/reproducibility.png)`.
1919
- [Sections](https://github.com/iterative/dvc.org/tree/master/public/static/docs/sidebar.json)
20-
(`docs/sidebar.json`): Edit it to register a new section for the navigation menu.
20+
(`docs/sidebar.json`): Edit it to register a new section for the navigation
21+
menu.
2122

2223
Merging the appropriate changes to these files into the master branch is enough
2324
to update the docs and redeploy the website.

0 commit comments

Comments
 (0)