Sofie Van Landeghem
f8878f3a98
🩺 Unify the badges across all tutorial translations ( #13329 )
Co-authored-by: Alejandra <[email protected] >
2 months ago
Sebastián Ramírez
7fb9c5922d
📝 Fix admonition double quotes with new syntax ( #12835 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 months ago
Sebastian Kozłowski
3783341eb8
📝 Update includes syntax for `docs/pl/docs/tutorial/first-steps.md` ( #12584 )
5 months ago
Elton Jefferson
4c1a1938bc
📝 Fix broken link in docs ( #12495 )
6 months ago
Sebastián Ramírez
0f7d67e85c
🔧 Remove `base_path` for `mdx_include` Markdown extension in MkDocs ( #12391 )
6 months ago
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
0cd844d387
🔧 Update docs setup with latest configs and plugins ( #11953 )
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
Igor Sulim
22b033ebd7
🌐 Polish translation for `docs/pl/docs/fastapi-people.md` ( #10196 )
11 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
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
Takuma Yamamoto
e628e1928e
✏️ Update Python version in `index.md` in several languages ( #10711 )
Co-authored-by: Sebastián Ramírez <[email protected] >
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
Raman Bazhanau
89246313aa
🌐 Add Polish translation for `docs/pl/docs/help-fastapi.md` ( #10121 )
Co-authored-by: Igor Sulim <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: Antek S. <[email protected] >
2 years ago
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2 years ago
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Michał Brotoń
a92e9c957a
🌐 Add Polish translation for `docs/pl/docs/features.md` ( #5348 )
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
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
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
Kamil Woźniak
120cf49089
🌐 🇵🇱 Add Polish translation for `docs/pl/docs/tutorial/first-steps.md` ( #5024 )
* docs: Polish translation for tutorial/first-steps.md
* docs: Polish translation / fixes after cr
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
Maciej Kaczkowski
350745c545
🌐 Add Polish translation for `docs/pl/docs/tutorial/index.md` ( #4516 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
MicroPanda123
5c5b889288
🌐 Add Polish translation for `docs/pl/docs/index.md` ( #4245 )
Co-authored-by: Dawid Dutkiewicz <[email protected] >
Co-authored-by: Dima Tisnek <[email protected] >
Co-authored-by: Bart Skowron <[email protected] >
Co-authored-by: Bart Skowron <[email protected] >
3 years ago
Marcelo Trylesinski
fc35b7d18d
🎨 Improve style for sponsors, add radius border ( #2388 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
neternefer
85b32f51ff
🌐 Initialize new language Polish for translations ( #3170 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago