Skip to content

Commit 42767dd

Browse files
Auto-update API lists and context files
1 parent fad068f commit 42767dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Tic Tac Toe(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/applications/tic_tac_toe/app.py)
1111

1212
## Dynamic User Interface (Htmx)
13+
- Active Search(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/active_search/app.py)
1314
- Animations(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/animations/app.py)
1415
- Bulk Update(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/bulk_update/app.py)
1516
- Cascading Dropdowns(https://github.com/AnswerDotAI/fasthtml-gallery/blob/main/examples/dynamic_user_interface_(htmx)/cascading_dropdowns/app.py)

llms_ctx.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,9 @@ def homepage():
493493
</example>
494494
</category>
495495
<category name="Dynamic User Interface (Htmx)">
496+
<example name="Active Search">
497+
404: Not Found
498+
</example>
496499
<example name="Animations">
497500
import random
498501
from fasthtml.common import *

0 commit comments

Comments
 (0)