fastapi/docs
Nils Lindemann 4917cd029d 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-13 22:56:28 +01:00
..
de Sync with #14505 (plus some more) 2025-12-13 22:56:28 +01:00
em 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
en 📝 Update release notes 2025-12-12 16:57:03 +00:00
es 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
fa 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
fr 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
ja 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
ko 🌐 Remove translations for removed docs (#14516) 2025-12-12 16:56:39 +00:00
pt Sync with #14505 (plus some more) 2025-12-13 22:56:28 +01:00
ru 🌐 Sync Russian docs (#14509) 2025-12-11 22:25:03 +01:00
tr 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
uk 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
vi 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
zh 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
zh-hant 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev` (#14176) 2025-10-11 17:48:49 +00:00
language_names.yml 🌐 Modify the description of `zh` - Traditional Chinese (#10889) 2024-01-22 20:42:53 +01:00
missing-translation.md 📝 Update note for untranslated pages (#14257) 2025-10-30 20:50:37 +01:00