Sebastián Ramírez
221e59b0d1
🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi ( #11913 )
8 months ago
Rafael de Oliveira Marques
84b4ac595e
🌐 Add Portuguese translation for `docs/pt/docs/advanced/wsgi.md` ( #11909 )
8 months ago
Sebastián Ramírez
81234084cd
📝 Re-structure docs main menu ( #11904 )
8 months ago
Rafael de Oliveira Marques
4b4c48ecff
🌐 Add Portuguese translation for `docs/pt/docs/advanced/response-change-status-code.md` ( #11863 )
8 months ago
Lucas Balieiro
3898fa88f2
🌐 Add Portuguese translation for `docs/pt/docs/reference/background.md` ( #11849 )
9 months ago
João Pedro Pereira Holanda
a5fbbeeb61
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md` ( #11848 )
9 months ago
Lucas Balieiro
4c0c05c944
🌐 Add Portuguese translation for `docs/pt/docs/reference/apirouter.md` ( #11843 )
9 months ago
kittydoor
60f7fe4006
📝 Update Hypercorn links in all the docs ( #11744 )
9 months ago
Lucas Balieiro
dfcc0322e4
🌐 Add Portuguese translation for `docs/pt/docs/reference/index.md` ( #11840 )
9 months ago
Lucas Balieiro
435c11a406
🌐 Add Portuguese translation for `docs/pt/docs/reference/exceptions.md` ( #11834 )
9 months ago
João Pedro Pereira Holanda
7782dd677b
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/global-dependencies.md` ( #11826 )
9 months ago
Lucas Balieiro
c8414b986f
🌐 Add Portuguese translation for `docs/pt/docs/how-to/general.md` ( #11825 )
9 months ago
Rafael de Oliveira Marques
2d916a9c95
🌐 Add Portuguese translation for `docs/pt/docs/advanced/async-tests.md` ( #11808 )
9 months ago
João Pedro Pereira Holanda
09b0a5d153
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/sub-dependencies.md` ( #11792 )
9 months ago
João Pedro Pereira Holanda
4eb8db3cd3
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-operators.md` ( #11804 )
9 months ago
Rafael de Oliveira Marques
dc3c320020
🌐 Add Portuguese translation for `docs/pt/docs/advanced/openapi-webhooks.md` ( #11791 )
9 months ago
Rafael de Oliveira Marques
172b3dfd43
🌐 Add Portuguese translation for `docs/pt/docs/advanced/advanced-dependencies.md` ( #11775 )
9 months ago
João Pedro Pereira Holanda
ed22cc107d
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md` ( #11768 )
9 months ago
Rafael de Oliveira Marques
8989940569
🌐 Add Portuguese translation for `docs/pt/docs/advanced/additional-status-codes.md` ( #11753 )
9 months ago
João Pedro Pereira Holanda
95e667a00a
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/index.md` ( #11757 )
9 months ago
João Pedro Pereira Holanda
85bad3303f
🌐 Add Portuguese translation for `docs/pt/docs/advanced/settings.md` ( #11739 )
10 months ago
Victor Senna
e62e5e8812
🌐 Add Portuguese translation for `docs/pt/docs/how-to/index.md` ( #11731 )
10 months ago
Rafael de Oliveira Marques
1b9c402643
🌐 Add Portuguese translation for `docs/pt/docs/advanced/additional-responses.md` ( #11736 )
10 months ago
Rafael de Oliveira Marques
a0761e2b16
🌐 Add Portuguese translation for `docs/pt/docs/advanced/benchmarks.md` ( #11713 )
10 months ago
Ayrton
706d2499b5
🌐 Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md` ( #11641 )
10 months ago
Sebastián Ramírez
7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit ( #11496 )
11 months ago
Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
12 months ago
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
Co-authored-by: Sebastián Ramírez <[email protected] >
12 months ago
Nazaré da Piedade
f810c65e7c
🌐 Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md` ( #10807 )
1 year ago
Sebastián Ramírez
c1796275f9
📝 Tweak docs and translations links and remove old docs translations ( #11381 )
1 year ago
Samuel Favarin
ff41af83a4
🌐 Add Portuguese translation for `docs/pt/docs/advanced/templates.md` ( #11338 )
1 year ago
Alejandra
93034fea48
📝 Update links to Pydantic docs to point to new website ( #11328 )
1 year ago
水上 皓登
f29b30b784
🔥 Remove link to Pydantic's benchmark, on other i18n pages. ( #11224 )
1 year ago
Sebastián Ramírez
f0becc4452
♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date ( #11304 )
1 year ago
Joshua Hanson
0e2f2d6d3a
📝 Update `python-multipart` GitHub link in all docs from ` https://andrew-d.github.io/python-multipart/ ` to ` https://github.com/Kludex/python-multipart ` ( #11239 )
1 year ago
Luccas Mateus
d693d0a980
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/schema-extra-example.md` ( #4065 )
1 year ago
Sebastián Ramírez
e8bd645fa9
📝 Update data structure and render for external-links ( #10495 )
* 📝 Update data structure and render for external-links
* 📝 Update translations for external links
1 year ago
Sebastián Ramírez
dc7838eec3
🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord. ( #10485 )
1 year ago
Sebastián Ramírez
2ba7586ff3
⬆️ Drop support for Python 3.7, require Python 3.8 or above ( #10442 )
* 📝 Update docs, require Python 3.8+, drop 3.7
* 🔧 Update pyproject.toml, drop support for Python 3.7, require Python 3.8+
* 👷 Update CI GitHub Actions, drop support for Python 3.7, require 3.8+
* 📝 Update docs' references to Python 3.6 and 3.7, use Python 3.8
1 year ago
Alex Rocha
23511f1fdf
🌐 Remove duplicate line in translation for `docs/pt/docs/tutorial/path-params.md` ( #10126 )
2 years ago
Sebastián Ramírez
d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors ( #10110 )
2 years ago
Sebastián Ramírez
5656ed09ef
✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages ( #9742 )
* ✨ Add MkDocs hooks to re-use all config from en, and auto-generate missing docs files form en
* 🔧 Update MkDocs config for es
* 🔧 Simplify configs for all languages
* ✨ Compute available languages from MkDocs Material for config overrides in hooks
* 🔧 Update config for MkDocs for en, to make paths compatible for other languages
* ♻️ Refactor scripts/docs.py to remove all custom logic that is now handled by the MkDocs hooks
* 🔧 Remove ta language as it's incomplete (no translations and causing errors)
* 🔥 Remove ta lang, no translations available
* 🔥 Remove dummy overrides directories, no longer needed
* ✨ Use the same missing-translation.md file contents for hooks
* ⏪ ️ Restore and refactor new-lang command
* 📝 Update docs for contributing with new simplified workflow for translations
* 🔊 Enable logs so that MkDocs can show its standard output on the docs.py script
2 years ago
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2 years ago
Sebastián Ramírez
dd590f46ad
🔧 Update MkDocs for other languages ( #9734 )
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2 years ago
oandersonmagalhaes
f2d01d7a6a
🌐 Add Portuguese translation for `docs/pt/docs/advanced/events.md` ( #9326 )
Co-authored-by: Fernando Crozetta <[email protected] >
Co-authored-by: Lorhan Sohaky <[email protected] >
2 years ago
Saleumsack KEOBOUALAY
ed1f93f803
🌐 Add setup for translations to Lao ( #9396 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Evzen Ptacek
0e75981bd0
🌐 Initiate Czech translation setup ( #9288 )
Initiate Czech translation setup
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Lucas Balieiro
6485c14c3b
✏ Fix typo in Portuguese docs for `docs/pt/docs/index.md` ( #9337 )
2 years ago