Thanks to visit codestin.com
Credit goes to github.com

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
4 changes: 2 additions & 2 deletions docs/en/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ docs/es/docs/features.md
* Now open the MkDocs config file for English at:

```
docs/en/docs/mkdocs.yml
docs/en/mkdocs.yml
```

* Find the place where that `docs/features.md` is located in the config file. Somewhere like:
Expand All @@ -345,7 +345,7 @@ nav:
* Open the MkDocs config file for the language you are editing, e.g.:

```
docs/es/docs/mkdocs.yml
docs/es/mkdocs.yml
```

* Add it there at the exact same location it was for English, e.g.:
Expand Down