]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Move the Features docs to the top level to improve the main page menu (#12036)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 18 Aug 2024 23:16:56 +0000 (18:16 -0500)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 23:16:56 +0000 (18:16 -0500)
docs/en/mkdocs.yml

index d23ddd42fca37f66f95a34649119f0a7a957c12e..d0527ca3c8c38688cdedf70b607fa2f4835b1b42 100644 (file)
@@ -102,9 +102,8 @@ plugins:
           show_symbol_type_toc: true
 
 nav:
-- FastAPI:
-  - index.md
-  - features.md
+- FastAPI: index.md
+- features.md
 - Learn:
   - learn/index.md
   - python-types.md