Sebastián Ramírez
674a625ae9
🌐 Update translations for de (update-outdated) ( #15673 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 days ago
Sebastián Ramírez
31ced9d49e
🔧 Migrate docs from MkDocs to Zensical ( #15563 )
2 weeks ago
Sebastián Ramírez
f343905934
🌐 Update translations for de (update-outdated) ( #15527 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
Co-authored-by: Yurii Motov <[email protected] >
2 weeks ago
Sebastián Ramírez
63f89410ed
🌐 Update translations for de (update-outdated) ( #15156 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected] >
3 months ago
Sebastián Ramírez
96beaeb167
🌐 Update translations for de (add-missing) ( #15153 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 months ago
Motov Yurii
0901b4092c
📝 Rename `docs_src/websockets` to `docs_src/websockets_` to avoid import errors ( #14979 )
3 months ago
Motov Yurii
dca874c58c
🌐 Update translations for de (update-all) ( #14910 )
* Update all
* 🎨 Auto format
* Apply suggestions from code review
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 months ago
Motov Yurii
81f82fd955
🔧 Update LLM-prompt for `abbr` and `dfn` tags ( #14747 )
Co-authored-by: Sebastián Ramírez <[email protected] >
4 months ago
Sebastián Ramírez
b892c3126c
🌐 Update translations for de (update-outdated) ( #14836 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4 months ago
Sebastián Ramírez
509afeb475
🌐 Update translations for de (update-outdated) ( #14690 )
* 🌐 Update translations for de (update-outdated)
* Apply suggestions from code review
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
4 months ago
Sebastián Ramírez
d9b7b65b81
🌐 Update translation prompts ( #14619 )
5 months ago
Motov Yurii
3063ada72f
✅ Add missing tests for code examples ( #14569 )
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nils-Hero Lindemann <[email protected] >
5 months ago
Nils-Hero Lindemann
7c751a2e1c
🌐 Update translations for de (update-outdated) ( #14602 )
* Sync with #14600
* A few changes
The LLM suggested a few changes when retranslating the document, these are the good ones.
I also added a term to the llm prompt, the LLM instead used just "Abdeckung", which is too broad in this context.
5 months ago
Nils-Hero Lindemann
7203e860b3
🌐 Update translations for de (update-outdated) ( #14581 )
* Sync with #14575 (Drop support for Pydantic v1)
* Add a word and fix a typo
Found while syncing.
5 months ago
Sebastián Ramírez
ed97d9dc0c
⚰️ Remove Python 3.8 from CI and remove Python 3.8 examples from source docs ( #14559 )
Co-authored-by: Yurii Motov <[email protected] >
Co-authored-by: Motov Yurii <[email protected] >
6 months ago
Nils-Hero Lindemann
353b8b29fa
🌐 Sync German docs ( #14519 )
Sync with #14505 (plus some more)
I actually searched for those patterns in VS Code.
Always:
files to exclude: README.md, SECURITY.md, llm-prompt.md
This search & replace cleans up the hash parts everywhere under docs/.
It only finds the four occurences in the two _llm-test.md under docs/de/ and docs/pt/
files to include: docs/**
Search regex: \{[^\S\n]*#([^\S\n]*[a-z0-9]+(?:-[a-z0-9]+)*)[^\S\n]*\}
Replace with: { #$1 }
This search finds headings without hash parts. It finds two headings in docs\de\docs\index.md (those which #14505 fixes) and all headings in docs\pt\docs\tutorial\security\index.md, which I also fixed on the way as that document seems to be in sync. docs\pt\docs\index.md is not in Sync, so I didnt touch it.
files to include: docs/de/**, docs/pt/**
Search regex: ^(#+)[^\S\n]*([^{}#\s]+(?:[^\S\n]+[^{}\s]+)*)[^\S\n]*(?=\n)
(added the missing hash parts)
6 months ago
Nils-Hero Lindemann
4a9f13763d
🌐 Sync German docs ( #14488 )
* Sync with #14472
* Sync with #14413
* Sync with #14486
* Sync with #14487
6 months ago
Alejandra
81517f66cc
📝 Update tech stack in project generation docs ( #14472 )
6 months ago
Nils-Hero Lindemann
f4a17b7568
🌐 Sync German docs ( #14367 )
* Sync with #14217
* Sync with #14359
* Sync with #13786
* Sync with #14070
* Sync with #14120
* Sync with #14211
* Sync with #14405
* "to deploy" -> "deployen"
The LLM used that translation a lot ithis convinced me that "deployen" it is the better word. "bereitstellen" (or "ausliefern") is still used for "to serve".
---------
Co-authored-by: Motov Yurii <[email protected] >
Co-authored-by: Yurii Motov <[email protected] >
6 months ago
Nils-Hero Lindemann
db488f3220
🌐 Sync German docs ( #14317 )
* Sync with #14262
* Sync with #14287
* Two improvements
* "Frühzeitig beenden" -> "Frühes Beenden"
* "Make herum" bold too
7 months ago
Nils-Hero Lindemann
a578ea1fd3
🛠️ Update German LLM prompt and test file ( #14189 )
Minor fixes in German LLM prompt and test file
Co-authored-by: Motov Yurii <[email protected] >
8 months ago
Nils-Hero Lindemann
847280450a
🌐 Sync German docs ( #14188 )
Sync German docs with #14168
Co-authored-by: Motov Yurii <[email protected] >
8 months ago
Marcelo Trylesinski
dde7bd1ceb
📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` ( #14176 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
8 months ago
Nils-Hero Lindemann
c623291929
🌐 Sync German docs ( #14149 )
* Sync German docs with #13917
Plus a typo fix in tutorial/security/oauth2-jwt.md line 89.
* Sync german docs with #14099
---------
Co-authored-by: Motov Yurii <[email protected] >
8 months ago
Nils-Hero Lindemann
cca3341cb9
🌐 Sync German docs ( #14098 )
* Sync German docs with #13510
* Sync German docs with #14059
---------
Co-authored-by: Motov Yurii <[email protected] >
8 months ago
Nils-Hero Lindemann
9b1234d7d0
📝 Update prompts and German translation ( #14015 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
9 months ago
Nils-Hero Lindemann
f10ed69b97
✅ Add LLM test file ( #14049 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
9 months ago
Sebastián Ramírez
1884d76f61
🔧 Update sponsors: remove Platform.sh ( #14027 )
9 months ago
Valentyn
d9249c1949
📝 Fix Twitter to be X (Twitter) everywhere in documentation ( #13809 )
Co-authored-by: Valentyn Druzhynin <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
9 months ago
Hotah Ma
0e5832aa6d
📝 Remove obsolete `url` field in error responses in docs ( #13655 )
Co-authored-by: Motov Yurii <[email protected] >
9 months ago
Denny Biasiolli
408b8a9beb
📝 Remove links to site callbackhell.com that doesn't exist anymore ( #14006 )
9 months ago
Nolan Di Mare Sullivan
7d9195a248
📝 Update Speakeasy URL to Speakeasy Sandbox ( #13697 )
12 months ago
Sebastián Ramírez
214e0740c8
🍱 Update Drawio diagrams SVGs, single file per diagram, sans-serif font ( #13706 )
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 year ago
Joakim Nordling
8fa56b46a1
⬆️ Update ReDoc to version 2.x ( #9700 )
Co-authored-by: svlandeg <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
Co-authored-by: Sofie Van Landeghem <[email protected] >
1 year ago
Sofie Van Landeghem
f8878f3a98
🩺 Unify the badges across all tutorial translations ( #13329 )
Co-authored-by: Alejandra <[email protected] >
1 year ago
Sebastián Ramírez
9ec452a154
📝 Update docs for Query Params and String Validations, remove obsolete Ellipsis docs (`...`) ( #13377 )
1 year ago
Sebastián Ramírez
1c711e7147
📝 Update includes format in docs with an automated script ( #12950 )
2 years ago
Alissa
1f27f41499
📝 Update includes for `docs/de/docs/advanced/using-request-directly.md` ( #12685 )
Co-authored-by: alissa-debruijn <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Alissa
b81c635a11
📝 Update includes for `docs/de/docs/how-to/conditional-openapi.md` ( #12689 )
Co-authored-by: alissa-debruijn <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
David Caro
bfaf4c303f
📝 Remove mention of Celery in the project generators ( #12742 )
Signed-off-by: David Caro <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
2 years ago
Sebastián Ramírez
8767a31c80
📝 Update `contributing.md` docs, include note to not translate this page ( #12841 )
2 years ago
Zhaohan Dong
aaab24205f
📝 Update includes in `docs/de/docs/advanced/additional-responses.md` ( #12821 )
2 years 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>
2 years ago
paintdog
5eec59fa4d
📝 Update includes in `docs/de/docs/tutorial/middleware.md` ( #12729 )
2 years ago
Sebastián Ramírez
5c080d81ae
📝 Update includes for `docs/en/docs/tutorial/schema-extra-example.md` ( #12822 )
2 years ago
Alissa
c88e82d6ec
📝 Update includes for `docs/de/docs/tutorial/body-multiple-params.md` ( #12699 )
2 years ago
Alissa
890a61fb67
📝 Update includes for `docs/de/docs/python-types.md` ( #12660 )
2 years ago
Alissa
af280dbde9
📝 Update includes for `docs/de/docs/advanced/dataclasses.md` ( #12658 )
2 years ago
Alissa
855b4f66f5
📝 Update includes for `docs/de/docs/how-to/configure-swagger-ui.md` ( #12690 )
2 years ago
Alexander Bejarano
503ece76d6
📝 Update includes in `docs/de/docs/tutorial/response-status-code.md` ( #12585 )
2 years ago