Nils-Hero Lindemann
f674a6ce93
🌐 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)
7 months ago
github-actions[bot]
126b71f6db
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
de26a66f02
🔥 Remove inactive/scarce translations to Vietnamese ( #14543 )
7 months ago
github-actions[bot]
edb032c652
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
1443b96993
🔥 Remove inactive/scarce translations to Persian ( #14542 )
7 months ago
github-actions[bot]
9dbf9f362a
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
4e68aebf1c
🔥 Remove translation to emoji to simplify the new setup with LLM autotranslations ( #14541 )
7 months ago
github-actions[bot]
be655ae071
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
dd21dd55ea
🌐 Update translations for pt (update-outdated) ( #14537 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
a645ca8d38
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
4b3c646b4a
🔧 Update test workflow config, remove commented code ( #14540 )
7 months ago
github-actions[bot]
e398d7653e
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
5078240ffb
👷 Configure coverage, error on main tests, don't wait for Smokeshow ( #14536 )
7 months ago
github-actions[bot]
9f26ed7499
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
f3e5112b5a
👷 Run Smokeshow always, even on test failures ( #14538 )
7 months ago
github-actions[bot]
34f5969862
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
23ae6cb22c
👷 Make Pydantic versions customizable in CI ( #14535 )
7 months ago
github-actions[bot]
197d404f0a
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
8567ec2c50
🌐 Update translations for es (update-outdated) ( #14532 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
915b5c6b96
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
beb9440bd0
🌐 Update translations for es (add-missing) ( #14533 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7 months ago
github-actions[bot]
2996c0bb1a
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
f0ddf5ab4a
👷 Fix checkout GitHub Action fetch-depth for LLM translations, enable cron monthly ( #14531 )
7 months ago
github-actions[bot]
c983b03d2c
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
396b3c648d
👷 Fix Typer command for CI LLM translations ( #14530 )
7 months ago
github-actions[bot]
501869464f
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
a84bf8090f
👷 Update LLM translation CI, add language matrix and extra commands, prepare for scheduled run ( #14529 )
7 months ago
github-actions[bot]
51476dbdb3
📝 Update release notes
[skip ci]
7 months ago
Sebastián Ramírez
875efcb57f
👷 Update github-actions user for GitHub Actions workflows ( #14528 )
7 months ago
Yurii Motov
ad2bb6958e
Add test for `docs_src.static_files.tutorial001.py`
7 months ago
Yurii Motov
830bc37a72
Add test for `docs_src.settings.app01.main.py`
7 months ago
Yurii Motov
d6b4eb6f0b
Add test for `docs_src.security.tutorial004.py`
7 months ago
Yurii Motov
22a9890765
Add test for `docs_src.security.tutorial002.py`
7 months ago
Yurii Motov
7f58b6ce4e
Add test for `docs_src.schema_extra_example.tutorial003.py`
7 months ago
Yurii Motov
67d64d8546
Add test for `docs_src.schema_extra_example.tutorial002.py`
7 months ago
Yurii Motov
e5a43bc575
Add test for `docs_src.response_status_code.tutorial001.py` and `docs_src.response_status_code.tutorial002.py`
7 months ago
Yurii Motov
854e7c5e53
Add test for `docs_src.response_model.tutorial001.py` and `docs_src.response_model.tutorial001_01.py`
7 months ago
Yurii Motov
5e4da83203
Add test for `docs_src.response_model.tutorial002.py`
7 months ago
Yurii Motov
5fb2efdcaa
Add test for `docs_src.response_directly.tutorial002.py`
7 months ago
Yurii Motov
cb54a92678
Add test for `docs_src.query_params_str_validations.tutorial001.py`
7 months ago
Yurii Motov
ff81437a73
Add test for `docs_src.query_params_str_validations.tutorial002.py`
7 months ago
Yurii Motov
8658e60571
Add test for `docs_src.query_params_str_validations.tutorial003.py`
7 months ago
Yurii Motov
76443afb4a
Add test for `docs_src.query_params_str_validations.tutorial004.py`
7 months ago
Yurii Motov
db44555b55
Add test for `docs_src.query_params_str_validations.tutorial005.py`
7 months ago
Yurii Motov
4fea3b6053
Add test for `docs_src.query_params_str_validations.tutorial006.py`
7 months ago
Yurii Motov
de6508e143
Add test for `docs_src.query_params_str_validations.tutorial007.py`
7 months ago
Yurii Motov
3501c5293e
Add test for `docs_src.query_params_str_validations.tutorial008.py`
7 months ago
Yurii Motov
15827e4328
Add test for `docs_src.query_params_str_validations.tutorial009.py`
7 months ago
Yurii Motov
fbbd3cc0f4
Add test for `docs_src.query_params.tutorial004.py`
7 months ago
Yurii Motov
4d34fc6523
Add test for `docs_src.query_params.tutorial003.py`
7 months ago