Commit Graph

151 Commits

Author SHA1 Message Date
Lucas Balieiro dfcc0322e4
🌐 Add Portuguese translation for `docs/pt/docs/reference/index.md` (#11840) 2024-07-14 11:00:35 -05:00
Lucas Balieiro 435c11a406
🌐 Add Portuguese translation for `docs/pt/docs/reference/exceptions.md` (#11834) 2024-07-13 20:24:05 -05:00
João Pedro Pereira Holanda 7782dd677b
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/global-dependencies.md` (#11826) 2024-07-11 21:42:04 -05:00
Lucas Balieiro c8414b986f
🌐 Add Portuguese translation for `docs/pt/docs/how-to/general.md` (#11825) 2024-07-11 21:41:15 -05:00
Rafael de Oliveira Marques 2d916a9c95
🌐 Add Portuguese translation for `docs/pt/docs/advanced/async-tests.md` (#11808) 2024-07-10 22:37:20 -05:00
João Pedro Pereira Holanda 09b0a5d153
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/sub-dependencies.md` (#11792) 2024-07-09 12:58:59 -05:00
João Pedro Pereira Holanda 4eb8db3cd3
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-operators.md` (#11804) 2024-07-08 11:09:45 -05:00
Rafael de Oliveira Marques dc3c320020
🌐 Add Portuguese translation for `docs/pt/docs/advanced/openapi-webhooks.md` (#11791) 2024-07-04 15:53:25 -05:00
Rafael de Oliveira Marques 172b3dfd43
🌐 Add Portuguese translation for `docs/pt/docs/advanced/advanced-dependencies.md` (#11775) 2024-07-01 10:45:45 -05:00
João Pedro Pereira Holanda ed22cc107d
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md` (#11768) 2024-06-28 09:57:49 -05:00
Rafael de Oliveira Marques 8989940569
🌐 Add Portuguese translation for `docs/pt/docs/advanced/additional-status-codes.md` (#11753) 2024-06-26 08:54:00 -05:00
João Pedro Pereira Holanda 95e667a00a
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/dependencies/index.md` (#11757) 2024-06-26 08:53:12 -05:00
João Pedro Pereira Holanda 85bad3303f
🌐 Add Portuguese translation for `docs/pt/docs/advanced/settings.md` (#11739) 2024-06-20 14:10:31 -05:00
Victor Senna e62e5e8812
🌐 Add Portuguese translation for `docs/pt/docs/how-to/index.md` (#11731) 2024-06-20 14:07:51 -05:00
Rafael de Oliveira Marques 1b9c402643
🌐 Add Portuguese translation for `docs/pt/docs/advanced/additional-responses.md` (#11736) 2024-06-20 14:06:58 -05:00
Rafael de Oliveira Marques a0761e2b16
🌐 Add Portuguese translation for `docs/pt/docs/advanced/benchmarks.md` (#11713) 2024-06-14 10:07:11 -05:00
Ayrton 706d2499b5
🌐 Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md` (#11641) 2024-06-11 18:49:51 -05:00
Sebastián Ramírez 7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit (#11496) 2024-04-28 22:18:04 -07:00
Sebastián Ramírez a901e2f449
📝 Update references to UJSON (#11464) 2024-04-18 18:58:47 -05:00
Nils Lindemann ebc8ac7295
📝 Tweak docs and translations links, typos, format (#11389)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-18 14:53:19 -05:00
Nazaré da Piedade f810c65e7c
🌐 Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md` (#10807) 2024-04-04 09:20:02 -05:00
Sebastián Ramírez c1796275f9
📝 Tweak docs and translations links and remove old docs translations (#11381) 2024-03-31 18:52:53 -05:00
Samuel Favarin ff41af83a4
🌐 Add Portuguese translation for `docs/pt/docs/advanced/templates.md` (#11338) 2024-03-27 23:05:17 -05:00
Alejandra 93034fea48
📝 Update links to Pydantic docs to point to new website (#11328) 2024-03-21 20:42:11 -05:00
水上 皓登 f29b30b784
🔥 Remove link to Pydantic's benchmark, on other i18n pages. (#11224) 2024-03-20 20:10:47 -05:00
Sebastián Ramírez f0becc4452
♻️ Refactor computing FastAPI People, include 3 months, 6 months, 1 year, based on comment date, not discussion date (#11304) 2024-03-16 18:54:24 -05:00
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) 2024-03-13 20:02:19 +01:00
Luccas Mateus d693d0a980
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/schema-extra-example.md` (#4065) 2024-01-25 10:05:24 -05:00
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
2023-10-22 11:35:13 +04:00
Sebastián Ramírez dc7838eec3
🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord. (#10485) 2023-10-20 12:39:03 +04:00
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
2023-10-17 09:59:11 +04:00
Alex Rocha 23511f1fdf
🌐 Remove duplicate line in translation for `docs/pt/docs/tutorial/path-params.md` (#10126) 2023-09-02 19:01:06 +02:00
Sebastián Ramírez d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors (#10110) 2023-08-19 15:11:35 +02:00
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
2023-06-25 14:33:58 +02:00
Sebastián Ramírez 51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file (#9737) 2023-06-24 16:47:15 +02:00
Sebastián Ramírez dd590f46ad
🔧 Update MkDocs for other languages (#9734) 2023-06-24 14:28:43 +02:00
я котик пур-пур cfc06a3a3d
📝 Update docs on Pydantic using ujson internally (#5804)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 17:06:25 +00:00
Sebastián Ramírez 6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras (#9655) 2023-06-11 23:38:15 +02:00
oandersonmagalhaes f2d01d7a6a
🌐 Add Portuguese translation for `docs/pt/docs/advanced/events.md` (#9326)
Co-authored-by: Fernando Crozetta <fernando@czetta.com>
Co-authored-by: Lorhan Sohaky <16273730+LorhanSohaky@users.noreply.github.com>
2023-05-08 13:16:57 +02:00
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>
2023-05-08 13:15:37 +02:00
Evzen Ptacek 0e75981bd0
🌐 Initiate Czech translation setup (#9288)
Initiate Czech translation setup

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-25 12:08:01 -07:00
Lucas Balieiro 6485c14c3b
✏ Fix typo in Portuguese docs for `docs/pt/docs/index.md` (#9337) 2023-04-25 11:46:17 -07:00
Luccas Mateus 7048ecfa7b
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-nested-models.md` (#4053)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2023-04-13 11:15:34 -07:00
Lorhan Sohaky d455f3f868
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/extra-models.md` (#5912)
Co-authored-by: Fábio Ueno <fabio.t.ueno@gmail.com>
2023-04-13 11:12:25 -07:00
Lorhan Sohaky fa103cf1fd
🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-operation-configuration.md` (#5936)
Co-authored-by: Fábio Ueno <fabio.t.ueno@gmail.com>
2023-04-13 11:06:27 -07:00
LeeeeT d4e85da18b
🌐 🔠 📄 🐢 Translate docs to Emoji 🥳 🎉 💥 🤯 🤯 (#5385)
* 🌐 💬  🩺  🦲

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

* 🛠️😊

* ♻️ Rename emoji lang from emj to em, and main docs name as 😉

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Axd1x8a <26704473+FeeeeK@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-01 11:26:04 +02:00
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
2023-03-18 17:16:02 +01:00
gusty1g 639cf3440a
🌐 Tamil translations - initial setup (#5564)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-03-06 20:31:37 +01:00
har8 83012a9cf6
🌐 Initiate Armenian translation setup (#5844)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-03-04 12:51:37 +00:00
Sebastián Ramírez a270ab0c3f
⬆️ Upgrade analytics (#6025) 2023-02-21 11:23:37 +01:00