You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Patrick Wehbe
6b90944736
📝 Fix out-of-range highlight lines in docs code embeds
Three docs `{* file hl[a:b] *}` embeds set the inclusive upper bound one
line past the end of the referenced file:
- `advanced/response-headers.md`: `hl[10:12]` -> `hl[10:11]`
(`docs_src/response_headers/tutorial001_py310.py` is 11 lines)
- `advanced/websockets.md`: `hl[48:52]` -> `hl[48:51]`
(`docs_src/websockets_/tutorial001_py310.py` is 51 lines)
- `tutorial/body-updates.md`: `hl[28:33]` -> `hl[28:32]`
(`docs_src/body_updates/tutorial001_py310.py` is 32 lines)
The rendered output is unchanged since the nonexistent trailing line was
silently dropped; this corrects the ranges to the intended last line.
1 month ago
..
about
📝 Add permalinks to headers in English docs (#13993)
11 months ago
advanced
📝 Fix out-of-range highlight lines in docs code embeds
1 month ago
css
💄 Improve layout and styling (#15462)
3 months ago
deployment
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
how-to
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
img
🔧 Update sponsors: add BairesDev (#15787)
1 month ago
js
💄 Refactor opinions section with interactive tabs and new logos (#15458)
3 months ago
learn
📝 Add permalinks to headers in English docs (#13993)
11 months ago
reference
✨ Add support for `app.frontend("/", directory="dist")` and `router.frontend("/", directory="dist")` (#15800)
1 month ago
resources
🔥 Remove external links section (#14486)
8 months ago
tutorial
📝 Fix out-of-range highlight lines in docs code embeds
1 month ago
_llm-test.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
alternatives.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
async.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
benchmarks.md
📝 Update links in docs to no longer use the classes external-link and internal-link (#15061)
5 months ago
contributing.md
📝 Add docs references to central contributing docs (#15580)
2 months ago
editor-support.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
environment-variables.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
external-links.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
fastapi-cli.md
📝 Document `--entrypoint` CLI option (#15464)
2 months ago
fastapi-people.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
features.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
help-fastapi.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
history-design-future.md
📝 Update links in docs to no longer use the classes external-link and internal-link (#15061)
5 months ago
index.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
management.md
📝 Update and simplify docs about help and management (#15583)
2 months ago
newsletter.md
🔧 Update docs setup with latest configs and plugins (#11953)
2 years ago
project-generation.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
python-types.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
release-notes.md
📝 Update release notes
1 month ago
translation-banner.md
📝 Add banner to translated pages (#14809)
6 months ago
translations.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago
virtual-environments.md
✏️ Fix grammar, typos, and broken links in docs (#15694)
1 month ago