Sebastián Ramírez
7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit ( #11496 )
1 year ago
Fabian Falon
1551913223
🌐 Add Spanish translation for cookie-params `docs/es/docs/tutorial/cookie-params.md` ( #11410 )
1 year ago
Sebastián Ramírez
a901e2f449
📝 Update references to UJSON ( #11464 )
1 year ago
Nils Lindemann
ebc8ac7295
📝 Tweak docs and translations links, typos, format ( #11389 )
Co-authored-by: Sebastián Ramírez <[email protected] >
1 year ago
Fabian Falon
9e074c2ed2
📝 Fix typo in `docs/es/docs/async.md` ( #11400 )
1 year 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
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
Ich bin Xaraxx! :P
fe4bed62ff
🌐 Add Spanish translation for `docs/es/docs/advanced/security/index.md` ( #2278 )
Co-authored-by: Xaraxx <[email protected] >
Co-authored-by: Alejandra <[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] >
1 year ago
Ich bin Xaraxx! :P
1926ade7a8
🌐 Add Spanish translation for `docs/es/docs/advanced/response-headers.md` ( #2276 )
Co-authored-by: Xaraxx <[email protected] >
Co-authored-by: Alejandra <[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] >
1 year ago
Pablo
957e6600a7
🌐 Add Spanish translation for `docs/es/docs/deployment/index.md` and `~/deployment/versions.md` ( #9669 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alejandra <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
1 year ago
pablocm83
f48912633a
🌐 Add Spanish translation for `docs/es/docs/benchmarks.md` ( #10928 )
Co-authored-by: Alejandra <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
1 year ago
Alejandra
b9766d7ee9
🌐 Add Spanish translation for `docs/es/docs/advanced/response-change-status-code.md` ( #11100 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 year ago
pablocm83
3c81e622f3
🌐 Add Spanish translation for `docs/es/docs/external-links.md` ( #10933 )
1 year ago
pablocm83
4b8c822c92
🌐 Update Spanish translation for `docs/es/docs/features.md` ( #10884 )
1 year ago
pablocm83
23fc06dab9
🌐 Add Spanish translation for `docs/es/docs/newsletter.md` ( #10922 )
1 year ago
Juan José López Lira
a37ac3819e
✏️ Fix typos for Spanish documentation ( #10957 )
1 year ago
pablocm83
4fa251beb5
🌐 Add Spanish translation for `docs/es/docs/learn/index.md` ( #10885 )
Co-authored-by: Sebastián Ramírez <[email protected] >
1 year ago
pablocm83
d129910323
🌐 Add Spanish translation for `docs/es/docs/help/index.md` ( #10907 )
1 year ago
pablocm83
e10bdb82cc
🌐 Add Spanish translation for `docs/es/docs/about/index.md` ( #10908 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 year ago
pablocm83
7111d69f28
🌐 Add Spanish translation for `docs/es/docs/resources/index.md` ( #10909 )
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
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
Lili_DL
41ff599d4b
🌐 Fix typo in Spanish translation for `docs/es/docs/tutorial/first-steps.md` ( #9571 )
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Andres Bermeo
7cdee0eb63
🌐 Update Spanish translation including new illustrations in `docs/es/docs/async.md` ( #9483 )
2 years ago
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
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
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
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
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
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
Jorge Alvarado
b1508dcacc
✏ Re-word and combine 2 paragraphs into 1 for readability ( #3346 )
4 years ago
Sebastián Ramírez
4d4452ede5
🔥 Remove/clean extra imports from examples in docs for features ( #3709 )
4 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
Camila Gutierrez
6ebf60b175
🌐 Add Spanish translation for `tutorial/query-params.md` ( #2243 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Juan Funez
c235e9b78c
🌐 Add Spanish translation for `advanced/response-directly.md` ( #1253 )
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Juan Funez
3d1b107d70
🌐 Add Spanish translation for `advanced/additional-status-codes.md` ( #1252 )
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Juan Funez
f16c7729bd
🌐 Add Spanish translation for `advanced/path-operation-advanced-configuration.md` ( #1251 )
Co-authored-by: Camila Gutierrez <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: Camila Gutierrez <[email protected] >
4 years ago
Camila Gutierrez
faec748ef6
🌐 Add Spanish translation of Tutorial - Path Parameters ( #2219 )
Co-authored-by: Pedro A. Moreno <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Camila Gutierrez
8a1f0aa3b6
🌐 Add Spanish translation of Tutorial - First Steps ( #2208 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 years ago
Sebastián Ramírez
e2a6341c60
📝 Update Uvicorn installation instructions to use uvicorn[standard] (includes uvloop) ( #2543 )
4 years ago
Sebastián Ramírez
ac99792762
✨ Add Discord chat ( #2322 )
Co-authored-by: Marcelo Trylesinski <[email protected] >
5 years ago
谭九鼎
8355832c7c
📝 Update/fix links in docs to use HTTPS ( #2165 )
Co-authored-by: Sebastián Ramírez <[email protected] >
5 years ago
Sebastián Ramírez
a42c690496
📝 Add deployment to Deta, the first gold sponsor 🎉 ( #2303 )
* 📝 Add docs for sponsors
* 📝 Add docs for deploying on Deta
* 🍱 Add Deta docs screenshots
* ♻️ Refactor and separate deployment docs
* 📝 Update internal docs links to Deployment
* 📝 Update links in Deta tutorial
* 🍱 Update sponsors images
* 🔧 Use sponsors data from YAML
* 📝 Update sponsors in languages docs
* ✨ Update docs generation scripts
* ✅ Update README.md testing
* 📝 Update main README
* 🔧 Update fastapi-people action handling individual sponsors
* ✏️ Fix typos in Deta tutorial
5 years ago
Juan Sebastian Avila Rodriguez
e9413f2711
✏ Fix typo in Spanish tutorial index ( #2020 )
5 years ago
Brock Friedrich
be669059fb
🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range ( #1863 )
5 years ago
Sebastián Ramírez
8bafe2a482
🚀 GitHub Actions update, use commit from PR, not pre-merge ( #1761 )
* 🔥 Remove deploy badge that won't show correctly until next release
after the fixes to the Gitter bot
* 🐛 Fix GitHub Action to upload docs artifacts with commit from PR, not pre-merge
* ♻️ Run zip docs and artifact upload only on PRs
5 years ago
Sebastián Ramírez
e7be5c8ac5
💄 Update badges, remove Travis ( #1736 )
* 💄 Update badges
* 🔥 Remove Travis
5 years ago