Skip to content

Commit a224f08

Browse files
Auto-update documentation (#19123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Alex Streed <[email protected]> Co-authored-by: Alex Streed <[email protected]>
1 parent 4cf3f90 commit a224f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_example_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async def generate_index_page(examples: list[Example]) -> str:
170170
<Card title="{example.title}" icon="{example.icon}" href="/v3/examples/{slugify(example.path.stem)}">
171171
{example.description}
172172
</Card>
173-
"""
173+
"""
174174
for example in examples
175175
)
176176
+ BOTTOM

0 commit comments

Comments
 (0)