mirror of https://github.com/tiangolo/fastapi.git
📝 Move the Features docs to the top level to improve the main page menu (#12036)
This commit is contained in:
parent
6ebaf0efcb
commit
0e77481acf
|
|
@ -102,9 +102,8 @@ plugins:
|
||||||
show_symbol_type_toc: true
|
show_symbol_type_toc: true
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- FastAPI:
|
- FastAPI: index.md
|
||||||
- index.md
|
- features.md
|
||||||
- features.md
|
|
||||||
- Learn:
|
- Learn:
|
||||||
- learn/index.md
|
- learn/index.md
|
||||||
- python-types.md
|
- python-types.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue