Browse Source

Merge branch 'master' into check-translation-script

pull/14652/head
Sebastián Ramírez 6 months ago
committed by GitHub
parent
commit
2d99e3bfaf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/docs/release-notes.md
  2. 2
      docs/en/docs/tutorial/bigger-applications.md

4
docs/en/docs/release-notes.md

@ -7,6 +7,10 @@ hide:
## Latest Changes ## Latest Changes
### Docs
* 📝 Specify language code for code block. PR [#14656](https://github.com/fastapi/fastapi/pull/14656) by [@YuriiMotov](https://github.com/YuriiMotov).
### Translations ### Translations
* 🔧 Add LLM prompt file for Turkish, generated from the existing translations. PR [#14547](https://github.com/fastapi/fastapi/pull/14547) by [@tiangolo](https://github.com/tiangolo). * 🔧 Add LLM prompt file for Turkish, generated from the existing translations. PR [#14547](https://github.com/fastapi/fastapi/pull/14547) by [@tiangolo](https://github.com/tiangolo).

2
docs/en/docs/tutorial/bigger-applications.md

@ -56,7 +56,7 @@ from app.routers import items
The same file structure with comments: The same file structure with comments:
``` ```bash
. .
├── app # "app" is a Python package ├── app # "app" is a Python package
│   ├── __init__.py # this file makes "app" a "Python package" │   ├── __init__.py # this file makes "app" a "Python package"

Loading…
Cancel
Save