mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-09 03:56:45 +00:00
* 🌐 Refactor file structure to support internationalization * ✅ Update tests changed after i18n * 🔀 Merge Typer style from master * 🔧 Update MkConfig with Typer-styles * 🎨 Format mkdocs.yml with cannonical form * 🎨 Format mkdocs.yml * 🔧 Update MkDocs config * ➕ Add docs translation scripts dependencies * ✨ Add Typer scripts to handle translations * ✨ Add missing translation snippet to include * ✨ Update contributing docs, add docs for translations * 🙈 Add docs_build to gitignore * 🔧 Update scripts with new locations and docs scripts * 👷 Update docs deploy action with translations * 📝 Add note about languages not supported in the theme * ✨ Add first translation, for Spanish
732 B
732 B
Advanced User Guide - Intro
Additional Features
The main Tutorial - User Guide{.internal-link target=_blank} should be enough to give you a tour through all the main features of FastAPI.
In the next sections you will see other options, configurations, and additional features.
!!! tip The next sections are not necessarily "advanced".
And it's possible that for your use case, the solution is in one of them.
Read the Tutorial first
You could still use most of the features in FastAPI with the knowledge from the main Tutorial - User Guide{.internal-link target=_blank}.
And the next sections assume you already read it, and assume that you know those main ideas.