Sebastián Ramírez
69673548bc
📝 Update order of examples, latest Python version first, and simplify version tab names ( #9269 )
* 📝 Simplify names in Python versions in tabs in docs
* 📝 Update docs for Types Intro, explain Python 3.6+, Python 3.9+, Python 3.10+
* 📝 Re-order all Python examples, show latest Python versions first
2 years ago
gusty1g
639cf3440a
🌐 Tamil translations - initial setup ( #5564 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
har8
83012a9cf6
🌐 Initiate Armenian translation setup ( #5844 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
a270ab0c3f
⬆️ Upgrade analytics ( #6025 )
2 years ago
Bruno Artur Torres Lopes Pereira
8115282ed3
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/static-files.md` ( #5858 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
felipebpl
9ad2cb29f9
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/encoder.md` ( #5525 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Ayrton Freeman
ebd917a530
🌐 Add Portuguese translation for `docs/pt/docs/deployment/docker.md` ( #5663 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2 years ago
Bruno Artur Torres Lopes Pereira
c040e3602a
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms-and-files.md` ( #5579 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Bruno Artur Torres Lopes Pereira
c28337e61d
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms.md` ( #4934 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Lucas Mendes
2889b4a3df
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-multiple-params.md` ( #4111 )
Co-authored-by: Lorhan Sohaky <[email protected] >
Co-authored-by: Wuerike <[email protected] >
Co-authored-by: Lorhan Sohaky <[email protected] >
2 years ago
Lucas Mendes
330e8112ac
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-params-numeric-validations.md` ( #4099 )
Co-authored-by: Pedro Victor <[email protected] >
Co-authored-by: Lucas <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
zhangbo
22524a1610
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh ( #5523 )
Co-authored-by: zhangbo <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Bruno Artur Torres Lopes Pereira
146b9d6e04
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/response-status-code.md` ( #4922 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Sebastián Ramírez
e866a2c7e1
🐛 Fix calling `mkdocs` for languages as a subprocess to fix/enable MkDocs Material search plugin ( #5501 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Sebastián Ramírez
ebe69913ae
🔧 Disable Material for MkDocs search plugin ( #5495 )
3 years ago
Ofek Lev
4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch ( #5240 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Mário Victor Ribeiro Silva
68e04f6531
🌐 Fix MkDocs file line for Portuguese translation of `background-task.md` ( #5242 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Bruno Artur Torres Lopes Pereira
b63398f4b5
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/header-params.md` ( #4921 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Bruno Artur Torres Lopes Pereira
73c6011ec4
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/query-params.md` ( #4775 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Vini Sousa
f79e6a48a1
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/security/first-steps.md` ( #4954 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
Fernando Simões
5d0e2f58e7
🌐 Add Portuguese translation for `tutorial/handling-errors.md` ( #4769 )
Co-authored-by: Lucas <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
0ba0c4662d
✨ Add illustrations for Concurrent burgers and Parallel burgers ( #5277 )
3 years ago
Itay Raveh
59d154fa6f
🌐 Start of Hebrew translation ( #5050 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Robin
b4a98a7224
🌐 Start of Swedish translation ( #5062 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
3 years ago
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
3 years ago
Mário Victor Ribeiro Silva
15dd12629e
📝 Add dark mode auto switch to docs based on OS preference ( #4869 )
3 years ago
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Mateus José
86c459d1e8
🌐 Add Portuguese translation for `docs/pt/docs/help-fastapi.md` ( #4583 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
Co-authored-by: AlonMenczer <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Cleo Menezes Jr
3d201623dd
✏ 🌐 Fix typo in Portuguese translation for `docs/pt/docs/tutorial/path-params.md` ( #4722 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Lucas Mendes
4fa4432173
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/cookie-params.md` ( #4112 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Izabela Guerreiro
2ef0b9896e
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/background-tasks.md` ( #2170 )
Co-authored-by: Lorhan Sohaky <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Lucas
8724c493d9
🌐 Add Portuguese translation for `docs/deployment/deta.md` ( #4442 )
Co-authored-by: Lorhan Sohaky <[email protected] >
Co-authored-by: Izabela Guerreiro <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Leandro de Souza
3005c8c7b9
🌐 Add Portuguese translation for `docs/tutorial/body.md` ( #3960 )
Co-authored-by: Marcelo Trylesinski <[email protected] >
Co-authored-by: Lucas <[email protected] >
Co-authored-by: Leandro de Souza <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Luccas Mateus
f4620c42cf
🌐 Add Portuguese translation of `tutorial/extra-data-types.md` ( #4077 )
Co-authored-by: Lorhan Sohaky <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
5c842586c2
🌐 Start Dutch translations ( #4703 )
3 years ago
Amin Alaee
2b6f1585ec
🌐 Start Persian/Farsi translations ( #4243 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
ca2b1dbb64
🔧 Enable MkDocs Material Insiders' `content.tabs.link` ( #4399 )
3 years ago
Sebastián Ramírez
d08a062ee2
✨ Add docs and tests for Python 3.9 and Python 3.10 ( #3712 )
Co-authored-by: Thomas Grainger <[email protected] >
3 years ago
Sebastián Ramírez
764ecae2d4
⬆ Upgrade MkDocs Material and configs ( #4385 )
3 years ago
Leandro de Souza
10e3a02582
🌐 Add portuguese translation for `docs/tutorial/query-params-str-validations.md` ( #3965 )
Co-authored-by: Mário Victor Ribeiro Silva <[email protected] >
Co-authored-by: Leandro de Souza <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Edd Salkield
c29aa0bc87
🔧 Swap light/dark theme button icon ( #3246 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Madat Bay
cc0d0f3899
🌐 Initialize Azerbaijani translations ( #3941 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Felipe Silva
8c36572d23
🌐 Add Portuguese translation for `docs/tutorial/path-params.md` ( #3664 )
Co-authored-by: Mário Victor Ribeiro Silva <[email protected] >
Co-authored-by: Izabela Guerreiro <[email protected] >
Co-authored-by: Marcelo Trylesinski <[email protected] >
Co-authored-by: Lucas <[email protected] >
Co-authored-by: Felipe <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Lucas
6de8748788
🌐 Add Portuguese translation for `docs/deployment/https.md` ( #3754 )
4 years ago
Mário Victor Ribeiro Silva
c03b9b2d4c
🌐 Add Portuguese translation of `docs/fastapi-people.md` ( #3461 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Mário Victor Ribeiro Silva
38c52fa12d
🌐 Add Portuguese translation for `docs/advanced/index.md` ( #3460 )
Co-authored-by: Lucas <[email protected] >
4 years ago