1- INHERIT : ../en/mkdocs.env.yml
21site_name : FastAPI
32site_description : FastAPI framework, high performance, easy to learn, fast to code, ready for production
43site_url : https://fastapi.tiangolo.com/
54theme :
5+ variant : classic
66 name : material
7- custom_dir : ../en/ overrides
7+ custom_dir : overrides
88 palette :
99 - media : (prefers-color-scheme)
1010 toggle :
@@ -45,38 +45,13 @@ theme:
4545 - search.suggest
4646 - toc.follow
4747 icon :
48- repo : fontawesome/brands/ github-alt
48+ repo : octicons/mark- github-24
4949 logo : img/icon-white.svg
5050 favicon : img/favicon.png
5151 language : en
5252repo_name : fastapi/fastapi
5353repo_url : https://github.com/fastapi/fastapi
5454plugins :
55- social :
56- cards_layout_options :
57- logo : ../en/docs/img/icon-white.svg
58- typeset : null
59- search : null
60- macros :
61- include_yaml :
62- - github_sponsors : ../en/data/github_sponsors.yml
63- - people : ../en/data/people.yml
64- - contributors : ../en/data/contributors.yml
65- - translators : ../en/data/translators.yml
66- - translation_reviewers : ../en/data/translation_reviewers.yml
67- - skip_users : ../en/data/skip_users.yml
68- - members : ../en/data/members.yml
69- - sponsors_badge : ../en/data/sponsors_badge.yml
70- - sponsors : ../en/data/sponsors.yml
71- - topic_repos : ../en/data/topic_repos.yml
72- redirects :
73- redirect_maps :
74- deployment/deta.md : deployment/cloud.md
75- advanced/graphql.md : how-to/graphql.md
76- advanced/custom-request-and-route.md : how-to/custom-request-and-route.md
77- advanced/conditional-openapi.md : how-to/conditional-openapi.md
78- advanced/extending-openapi.md : how-to/extending-openapi.md
79- advanced/testing-database.md : how-to/testing-database.md
8055 mkdocstrings :
8156 handlers :
8257 python :
@@ -102,13 +77,13 @@ plugins:
10277nav :
10378- FastAPI : index.md
10479- features.md
105- - Learn :
80+ - " " :
10681 - learn/index.md
10782 - python-types.md
10883 - async.md
10984 - environment-variables.md
11085 - virtual-environments.md
111- - Tutorial - User Guide :
86+ - " " :
11287 - tutorial/index.md
11388 - tutorial/first-steps.md
11489 - tutorial/path-params.md
@@ -137,14 +112,14 @@ nav:
137112 - tutorial/path-operation-configuration.md
138113 - tutorial/encoder.md
139114 - tutorial/body-updates.md
140- - Dependencies :
115+ - " " :
141116 - tutorial/dependencies/index.md
142117 - tutorial/dependencies/classes-as-dependencies.md
143118 - tutorial/dependencies/sub-dependencies.md
144119 - tutorial/dependencies/dependencies-in-path-operation-decorators.md
145120 - tutorial/dependencies/global-dependencies.md
146121 - tutorial/dependencies/dependencies-with-yield.md
147- - Security :
122+ - " " :
148123 - tutorial/security/index.md
149124 - tutorial/security/first-steps.md
150125 - tutorial/security/get-current-user.md
161136 - tutorial/static-files.md
162137 - tutorial/testing.md
163138 - tutorial/debugging.md
164- - Advanced User Guide :
139+ - " " :
165140 - advanced/index.md
166141 - advanced/stream-data.md
167142 - advanced/path-operation-advanced-configuration.md
173148 - advanced/response-headers.md
174149 - advanced/response-change-status-code.md
175150 - advanced/advanced-dependencies.md
176- - Advanced Security :
151+ - " " :
177152 - advanced/security/index.md
178153 - advanced/security/oauth2-scopes.md
179154 - advanced/security/http-basic-auth.md
199174 - advanced/strict-content-type.md
200175 - fastapi-cli.md
201176 - editor-support.md
202- - Deployment :
177+ - " " :
203178 - deployment/index.md
204179 - deployment/versions.md
205180 - deployment/fastapicloud.md
209184 - deployment/cloud.md
210185 - deployment/server-workers.md
211186 - deployment/docker.md
212- - How To - Recipes :
187+ - " " :
213188 - how-to/index.md
214189 - how-to/general.md
215190 - how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
222197 - how-to/configure-swagger-ui.md
223198 - how-to/testing-database.md
224199 - how-to/authentication-error-status-code.md
225- - Reference (Code API) :
200+ - " " :
226201 - reference/index.md
227202 - reference/fastapi.md
228203 - reference/parameters.md
238213 - reference/response.md
239214 - reference/responses.md
240215 - reference/middleware.md
241- - OpenAPI :
216+ - " " :
242217 - reference/openapi/index.md
243218 - reference/openapi/docs.md
244219 - reference/openapi/models.md
@@ -248,26 +223,23 @@ nav:
248223 - reference/templating.md
249224 - reference/testclient.md
250225- fastapi-people.md
251- - Resources :
226+ - " " :
252227 - resources/index.md
253228 - help-fastapi.md
254229 - contributing.md
255230 - project-generation.md
256231 - external-links.md
257232 - newsletter.md
258233 - management-tasks.md
259- - About :
234+ - " " :
260235 - about/index.md
261236 - alternatives.md
262237 - history-design-future.md
263238 - benchmarks.md
264239 - management.md
265240- release-notes.md
266241markdown_extensions :
267- material.extensions.preview :
268- targets :
269- include :
270- - ' *'
242+ zensical.extensions.macros : null
271243 abbr : null
272244 attr_list : null
273245 footnotes : null
@@ -312,16 +284,16 @@ markdown_extensions:
312284 markdown_include_variants : null
313285extra :
314286 social :
315- - icon : fontawesome/brands/ github-alt
287+ - icon : octicons/mark- github-24
316288 link : https://github.com/fastapi/fastapi
317289 - icon : fontawesome/brands/discord
318290 link : https://discord.gg/VQjSZaeJmf
319- - icon : fontawesome/brands/twitter
291+ - icon : fontawesome/brands/x- twitter
320292 link : https://x.com/fastapi
293+ - icon : fontawesome/brands/bluesky
294+ link : https://bsky.app/profile/fastapi.tiangolo.com
321295 - icon : fontawesome/brands/linkedin
322296 link : https://www.linkedin.com/company/fastapi
323- - icon : fontawesome/solid/globe
324- link : https://tiangolo.com
325297 alternate :
326298 - link : /
327299 name : en - English
@@ -354,5 +326,5 @@ extra_javascript:
354326- js/termynal.js
355327- js/custom.js
356328- js/init_kapa_widget.js
357- hooks :
358- - ../../scripts/mkdocs_hooks.py
329+ validation :
330+ unresolved_references : false
0 commit comments