mirror of https://github.com/tiangolo/fastapi.git
✏ Fix typo in file paths in `docs/en/docs/contributing.md` (#3752)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
b1508dcacc
commit
4ba1e81f16
|
|
@ -326,7 +326,7 @@ docs/es/docs/features.md
|
||||||
* Now open the MkDocs config file for English at:
|
* 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:
|
* Find the place where that `docs/features.md` is located in the config file. Somewhere like:
|
||||||
|
|
@ -345,7 +345,7 @@ nav:
|
||||||
* Open the MkDocs config file for the language you are editing, e.g.:
|
* 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.:
|
* Add it there at the exact same location it was for English, e.g.:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue