Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2022-11-13 16:20:05 +01:00
Ryusei Ishikawa
59208e4ddc
🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md` ( #4983 )
...
Co-authored-by: tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: komtaki <39375566+komtaki@users.noreply.github.com>
2022-11-13 14:58:31 +01:00
nikkie
0781a91d19
🌐 Fix highlight lines for Japanese translation for `docs/tutorial/query-params.md` ( #2969 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Fix https://github.com/tiangolo/fastapi/issues/2966
2022-11-13 14:57:52 +01:00
zhangbo
22524a1610
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh ( #5523 )
...
Co-authored-by: zhangbo <zhangbo@zjptmc.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-10-31 16:46:37 +00:00
Sebastián Ramírez
e866a2c7e1
🐛 Fix calling `mkdocs` for languages as a subprocess to fix/enable MkDocs Material search plugin ( #5501 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-16 17:01:38 +02:00
Sebastián Ramírez
ebe69913ae
🔧 Disable Material for MkDocs search plugin ( #5495 )
2022-10-14 20:22:09 +00:00
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 <tiangolo@gmail.com>
2022-09-14 20:31:19 +02:00
Yumihiki
38802eefeb
📝 Quote `pip install` command for Zsh compatibility in multiple languages ( #5214 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-18 16:16:54 +00:00
sUeharaE4
e23fa40e6c
🌐 Add Japanese translation for `docs/ja/docs/advanced/nosql-databases.md` ( #4205 )
...
Co-authored-by: tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-08-18 17:54:22 +02:00
Sebastián Ramírez
0ba0c4662d
✨ Add illustrations for Concurrent burgers and Parallel burgers ( #5277 )
2022-08-17 12:48:05 +02:00
Itay Raveh
59d154fa6f
🌐 Start of Hebrew translation ( #5050 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-14 17:16:28 +00:00
Robin
b4a98a7224
🌐 Start of Swedish translation ( #5062 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-14 11:45:01 +00:00
wakabame
80cb57e4b2
🌐 Add Japanese translation for `docs/ja/docs/advanced/index.md` ( #5043 )
...
Co-authored-by: Amazyra <yamaguchi.tatsuya.27a@gmail.com>
Co-authored-by: tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-14 11:34:38 +00:00
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
2022-05-14 06:59:59 -05:00
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
2022-05-12 00:06:16 +00:00
Mário Victor Ribeiro Silva
15dd12629e
📝 Add dark mode auto switch to docs based on OS preference ( #4869 )
2022-05-11 13:53:57 -05:00
水上 皓登
a38b0a7fac
🌐 Fix code examples in Japanese translation for `docs/ja/docs/tutorial/testing.md` ( #4623 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 12:42:13 -05:00
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 17:03:41 +00:00
alm
c0d6865c10
🌐 Remove translation docs references to aiofiles as it's no longer needed since AnyIO ( #3594 )
...
Co-authored-by: AlonMenczer <alonm@spotnix.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-09 20:07:37 -05:00
wakabame
e5980a71c2
🌐 Fix live docs server for translations for some languages ( #4729 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 00:27:05 +00:00
Sho Nakamura
944f06a901
🌐 Add Japanese translation for `docs/ja/docs/advanced/conditional-openapi.md` ( #2631 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-09 23:54:00 +00:00
a-takahashi223
d286e6a5be
🌐 Fix Japanese translation of `docs/ja/docs/tutorial/body.md` ( #3062 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-09 23:48:07 +00:00
Sebastián Ramírez
5c842586c2
🌐 Start Dutch translations ( #4703 )
2022-03-18 16:47:54 +00:00
Amin Alaee
2b6f1585ec
🌐 Start Persian/Farsi translations ( #4243 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-03-18 16:24:19 +00:00
Sebastián Ramírez
ca2b1dbb64
🔧 Enable MkDocs Material Insiders' `content.tabs.link` ( #4399 )
2022-01-16 14:34:45 +00:00
Sebastián Ramírez
d08a062ee2
✨ Add docs and tests for Python 3.9 and Python 3.10 ( #3712 )
...
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2022-01-07 15:11:31 +01:00
Sebastián Ramírez
764ecae2d4
⬆ Upgrade MkDocs Material and configs ( #4385 )
2022-01-07 11:24:00 +01:00
Edd Salkield
c29aa0bc87
🔧 Swap light/dark theme button icon ( #3246 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 15:26:36 +02:00
mori yuta
e423c8241a
✏ Fix link in Japanese docs for `docs/ja/docs/deployment/docker.md` ( #3245 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 15:06:17 +02:00
Madat Bay
cc0d0f3899
🌐 Initialize Azerbaijani translations ( #3941 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-05 16:07:25 +00:00
Sebastián Ramírez
53a86a885d
✨ Update computation of FastAPI People and sponsors ( #3714 )
2021-08-18 09:47:39 +00:00
Sebastián Ramírez
30e742d566
✨ Enable recent Material for MkDocs Insiders features ( #3710 )
2021-08-17 20:47:05 +00:00
Sebastián Ramírez
4d4452ede5
🔥 Remove/clean extra imports from examples in docs for features ( #3709 )
2021-08-17 20:00:29 +00:00
Sebastián Ramírez
9a33a0e24c
➕ Update docs library to include sources in Markdown ( #3648 )
2021-08-02 14:53:52 +00:00
Yuya Sato
bb6c6ed5d1
🌐 Add Japanese translation for `docs/tutorial/security/oauth2-jwt.md` ( #3526 )
...
Co-authored-by: tokusumi <41147016+tokusumi@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-07-28 17:35:25 +02:00
Sebastián Ramírez
dbfd3f7e18
📝 Add official FastAPI Twitter to docs ( #3578 )
2021-07-21 21:13:58 +02:00
Marcelo Trylesinski
fc35b7d18d
🎨 Improve style for sponsors, add radius border ( #2388 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-21 14:10:47 +02:00
Thomas Grainger
2d296c5d07
🔧 Configure strict pytest options and update/refactor tests ( #2790 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-07-19 21:14:58 +02:00
Mark H
5342a0a00f
🌐 Add basic setup for German translations ( #3522 )
2021-07-19 14:49:09 +02:00
Nasaruddin
7e4bfaf0e9
🌐 Initialize Indonesian translations ( #3014 )
...
Co-authored-by: Nasaruddin <nasaruddin@skorpoints.com>
2021-07-03 17:12:51 +02:00
neternefer
85b32f51ff
🌐 Initialize new language Polish for translations ( #3170 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-05-10 09:27:07 +02:00
T. Tokusumi
08cbc6c8ff
🌐 Add Japanese translation for Deployment - Docker ( #2312 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:46:22 +01:00
T. Tokusumi
20360c207e
🌐 Add Japanese translation for Deployment - Versions ( #2310 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:44:28 +01:00
T. Tokusumi
7122687f25
🌐 Add Japanese translation for Tutorial - Static files ( #2260 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:38:10 +01:00
T. Tokusumi
cd8b90a5a4
🌐 Add Japanese translation for Tutorial - Testing ( #2259 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:31:30 +01:00
T. Tokusumi
17781e3596
🌐 Add Japanese translation for Tutorial - Debugging ( #2256 )
...
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:25:31 +01:00
T. Tokusumi
5828043b69
🌐 Add Japanese translation for Tutorial - Middleware ( #2255 )
...
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:23:55 +01:00
T. Tokusumi
faec713e0d
🌐 Add Japanese translation for Concurrency and async / await ( #2058 )
...
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:20:43 +01:00
Sebastián Ramírez
bf290fa5f0
🔧 Add new Bronze Sponsor(s) 🥉 🎉 ( #2622 )
...
* 🔧 Update FastAPI People sponsors, include new Bronze Sponsor 🎉
* 📝 Update FastAPI People in Japanese
2021-01-09 22:11:15 +01:00
Sebastián Ramírez
73021d7261
📝 Update social links: add Discord, fix GitHub ( #2621 )
2021-01-09 21:54:38 +01:00