pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
3.1 KiB
139 lines
3.1 KiB
site_name: FastAPI
|
|
site_description: FastAPI framework, high performance, easy to learn, fast to code, ready for production
|
|
site_url: https://fastapi.tiangolo.com/pt/
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
palette:
|
|
- scheme: default
|
|
primary: teal
|
|
accent: amber
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to light mode
|
|
- scheme: slate
|
|
primary: teal
|
|
accent: amber
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to dark mode
|
|
features:
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.tabs.link
|
|
icon:
|
|
repo: fontawesome/brands/github-alt
|
|
logo: https://fastapi.tiangolo.com/img/icon-white.svg
|
|
favicon: https://fastapi.tiangolo.com/img/favicon.png
|
|
language: pt
|
|
repo_name: tiangolo/fastapi
|
|
repo_url: https://github.com/tiangolo/fastapi
|
|
edit_uri: ''
|
|
google_analytics:
|
|
- UA-133183413-1
|
|
- auto
|
|
plugins:
|
|
- search
|
|
- markdownextradata:
|
|
data: data
|
|
nav:
|
|
- FastAPI: index.md
|
|
- Languages:
|
|
- en: /
|
|
- de: /de/
|
|
- es: /es/
|
|
- fr: /fr/
|
|
- id: /id/
|
|
- it: /it/
|
|
- ja: /ja/
|
|
- ko: /ko/
|
|
- pl: /pl/
|
|
- pt: /pt/
|
|
- ru: /ru/
|
|
- sq: /sq/
|
|
- tr: /tr/
|
|
- uk: /uk/
|
|
- zh: /zh/
|
|
- features.md
|
|
- Tutorial - Guia de Usuário:
|
|
- tutorial/index.md
|
|
- tutorial/first-steps.md
|
|
- tutorial/body-fields.md
|
|
- Segurança:
|
|
- tutorial/security/index.md
|
|
- Implantação:
|
|
- deployment/index.md
|
|
- deployment/versions.md
|
|
- alternatives.md
|
|
- history-design-future.md
|
|
- external-links.md
|
|
- benchmarks.md
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|
|
- markdown.extensions.codehilite:
|
|
guess_lang: false
|
|
- mdx_include:
|
|
base_path: docs
|
|
- admonition
|
|
- codehilite
|
|
- extra
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format ''
|
|
- pymdownx.tabbed
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github-alt
|
|
link: https://github.com/tiangolo/fastapi
|
|
- icon: fontawesome/brands/discord
|
|
link: https://discord.gg/VQjSZaeJmf
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/fastapi
|
|
- icon: fontawesome/brands/linkedin
|
|
link: https://www.linkedin.com/in/tiangolo
|
|
- icon: fontawesome/brands/dev
|
|
link: https://dev.to/tiangolo
|
|
- icon: fontawesome/brands/medium
|
|
link: https://medium.com/@tiangolo
|
|
- icon: fontawesome/solid/globe
|
|
link: https://tiangolo.com
|
|
alternate:
|
|
- link: /
|
|
name: en - English
|
|
- link: /de/
|
|
name: de
|
|
- link: /es/
|
|
name: es - español
|
|
- link: /fr/
|
|
name: fr - français
|
|
- link: /id/
|
|
name: id
|
|
- link: /it/
|
|
name: it - italiano
|
|
- link: /ja/
|
|
name: ja - 日本語
|
|
- link: /ko/
|
|
name: ko - 한국어
|
|
- link: /pl/
|
|
name: pl
|
|
- link: /pt/
|
|
name: pt - português
|
|
- link: /ru/
|
|
name: ru - русский язык
|
|
- link: /sq/
|
|
name: sq - shqip
|
|
- link: /tr/
|
|
name: tr - Türkçe
|
|
- link: /uk/
|
|
name: uk - українська мова
|
|
- link: /zh/
|
|
name: zh - 汉语
|
|
extra_css:
|
|
- https://fastapi.tiangolo.com/css/termynal.css
|
|
- https://fastapi.tiangolo.com/css/custom.css
|
|
extra_javascript:
|
|
- https://fastapi.tiangolo.com/js/termynal.js
|
|
- https://fastapi.tiangolo.com/js/custom.js
|
|
|