Sebastián Ramírez
9bfc48ad9f
📝 Update FastAPI People, do not translate to have the most recent info ( #12034 )
8 months ago
Jiri Kuncar
c81f575d0d
🔨 Specify `email-validator` dependency with dash ( #11515 )
Co-authored-by: svlandeg <[email protected] >
8 months ago
Sebastián Ramírez
85bd4067c2
📝 Add documentation for non-translated pages and scripts to verify them ( #12020 )
8 months ago
Sebastián Ramírez
0cd844d387
🔧 Update docs setup with latest configs and plugins ( #11953 )
8 months ago
P-E. Brian
dc384c4f8d
🌐 Add French translation for `docs/fr/docs/tutorial/body-multiple-params.md` ( #11796 )
8 months ago
P-E. Brian
e4ab536dc5
🌐 Add French translation for `docs/fr/docs/tutorial/path-params-numeric-validations.md` ( #11788 )
8 months ago
Sebastián Ramírez
221e59b0d1
🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi ( #11913 )
8 months ago
Sebastián Ramírez
81234084cd
📝 Re-structure docs main menu ( #11904 )
8 months ago
kittydoor
60f7fe4006
📝 Update Hypercorn links in all the docs ( #11744 )
9 months ago
P-E. Brian
6b0dddf55a
📝 Fix image missing in French translation for `docs/fr/docs/async.md` ( #11787 )
9 months ago
Benjamin Vandamme
b7a0fc7e12
🌐 Add French translation for `docs/fr/docs/learn/index.md` ( #11712 )
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
Sebastián Ramírez
c1796275f9
📝 Tweak docs and translations links and remove old docs translations ( #11381 )
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
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
Samuel Rigaud
69f82e5222
🌐 Fix typos in French translations for `docs/fr/docs/advanced/path-operation-advanced-configuration.md`, `docs/fr/docs/alternatives.md`, `docs/fr/docs/async.md`, `docs/fr/docs/features.md`, `docs/fr/docs/help-fastapi.md`, `docs/fr/docs/index.md`, `docs/fr/docs/python-types.md`, `docs/fr/docs/tutorial/body.md`, `docs/fr/docs/tutorial/first-steps.md`, `docs/fr/docs/tutorial/query-params.md` ( #10154 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors ( #10110 )
2 years ago
Sam Courtemanche
04b9a67cbb
🌐 Add French translation for `docs/fr/docs/tutorial/query-params-str-validations.md` ( #4075 )
Co-authored-by: Julian Maurin <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Julian Maurin
e79dc9697c
🌐 Add French translation for `docs/fr/docs/tutorial/index.md` ( #2234 )
Co-authored-by: Ruidy <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Julian Maurin
2dcf78f295
🌐 Add French translation for `docs/fr/docs/contributing.md` ( #2132 )
Co-authored-by: Ruidy <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Clément Sauvage
3ffebbcf01
🌐 Add French translation for `docs/fr/docs/benchmarks.md` ( #2155 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sam Courtemanche <[email protected] >
Co-authored-by: Ruidy <[email protected] >
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
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
Axel
eb1b858c4f
🌐 Add French translation for `docs/fr/docs/advanced/response-directly.md` ( #9415 )
Co-authored-by: Sebastián Ramírez <[email protected] >
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
Axel
da2f365db4
🌐 Add French translation for `docs/fr/docs/advanced/index.md` ( #5673 )
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
Cedric Fraboulet
1ae5466140
🌐 Add French translation for `docs/fr/docs/index.md` ( #9265 )
* docs(index): copy the new index.md from docs/en
* docs(index): add translation for docs/index.md
* Apply rjNemo's suggestions
* Apply Viicos's suggestions
2 years ago
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 <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
gusty1g
639cf3440a
🌐 Tamil translations - initial setup ( #5564 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Axel
31e148ba8e
🌐 Add French translation for `docs/fr/docs/advanced/path-operation-advanced-configuration.md` ( #9221 )
Co-authored-by: Julian Maurin <[email protected] >
Co-authored-by: Cedric Fraboulet <[email protected] >
2 years ago
Cedric Fraboulet
c5f72f02cd
🌐 Add French translation for `docs/tutorial/debugging.md` ( #9175 )
2 years ago
har8
83012a9cf6
🌐 Initiate Armenian translation setup ( #5844 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Ruidy
30a9d68232
🌐 Add French translation for `deployment/manually.md` ( #3693 )
Co-authored-by: Sam Courtemanche <[email protected] >
Co-authored-by: Ruidy <[email protected] >
Co-authored-by: Ruidy <[email protected] >
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
a270ab0c3f
⬆️ Upgrade analytics ( #6025 )
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
axel584
ba5310f731
🌐 Add French translation for `docs/fr/docs/advanced/additional-status-code.md` ( #5477 )
Co-authored-by: Julian Maurin <[email protected] >
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
Ruidy
c7fe6fea33
🌐 Add French translation for `deployment/deta.md` ( #3692 )
Co-authored-by: Sam Courtemanche <[email protected] >
Co-authored-by: Ruidy <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Ruidy
7ff62468a0
🌐 Add French translation for `deployment/https.md` ( #3691 )
Co-authored-by: Sam Courtemanche <[email protected] >
Co-authored-by: Ruidy <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Ruidy
1613749cc3
🌐 Add French translation for `deployment/versions.md` ( #3690 )
Co-authored-by: Sam Courtemanche <[email protected] >
Co-authored-by: Ruidy <[email protected] >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2 years ago
Julian Maurin
f3086a7b15
🌐 Add French translation for `docs/fr/docs/help-fastapi.md` ( #2233 )
Co-authored-by: Ruidy <[email protected] >
2 years ago