From: Sebastián Ramírez Date: Sun, 18 Aug 2024 23:16:56 +0000 (-0500) Subject: 📝 Move the Features docs to the top level to improve the main page menu (#12036) X-Git-Tag: 0.112.2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e77481acfc5f548cd053ee36dbd2879651d73c7;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Move the Features docs to the top level to improve the main page menu (#12036) --- diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index d23ddd42fc..d0527ca3c8 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -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