fastapi/docs/de/docs
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)
2025-12-17 08:17:04 +01:00
..
about 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
advanced 🌐 Sync German docs (#14488) 2025-12-10 14:54:34 +01:00
deployment 🌐 Sync German docs (#14367) 2025-12-02 18:32:56 +01:00
how-to 🌐 Sync German docs (#14488) 2025-12-10 14:54:34 +01:00
learn 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
resources 🌐 Sync German docs (#14488) 2025-12-10 14:54:34 +01:00
tutorial 🌐 Sync German docs (#14488) 2025-12-10 14:54:34 +01:00
_llm-test.md 🌐 Sync German docs (#14519) 2025-12-17 08:17:04 +01:00
alternatives.md 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
async.md 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
benchmarks.md 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
environment-variables.md 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
fastapi-cli.md 🌐 Sync German docs (#14367) 2025-12-02 18:32:56 +01:00
features.md 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
help-fastapi.md 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
history-design-future.md 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
index.md 🌐 Sync German docs (#14519) 2025-12-17 08:17:04 +01:00
project-generation.md 🌐 Sync German docs (#14488) 2025-12-10 14:54:34 +01:00
python-types.md 📝 Update prompts and German translation (#14015) 2025-09-20 17:10:09 +02:00
virtual-environments.md 🌐 Sync German docs (#14367) 2025-12-02 18:32:56 +01:00