Skip to content

Commit 3be5771

Browse files
authored
docs: add llms.txt and llms-full.txt (#23)
1 parent 986782c commit 3be5771

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ plugins:
6464
- https://docs.sqlalchemy.org/en/20/objects.inv
6565
- https://fastapi.tiangolo.com/objects.inv
6666
- search
67+
- llmstxt:
68+
markdown_description: |
69+
Async SQLAlchemy 2.0+ extension for FastAPI with SQLModel support, built-in pagination & more.
70+
full_output: llms-full.txt
71+
sections:
72+
Sections:
73+
- index.md
74+
- setup.md
75+
- session.md
76+
- orm.md
77+
- pagination.md
6778

6879
markdown_extensions:
6980
- abbr

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Changelog = "https://github.com/hadrien/fastsqla/releases"
4545
[project.optional-dependencies]
4646
docs = [
4747
"mkdocs-glightbox>=0.4.0",
48+
"mkdocs-llmstxt>=0.2.0",
4849
"mkdocs-material>=9.5.50",
4950
"mkdocstrings[python]>=0.27.0",
5051
]

uv.lock

Lines changed: 66 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)