Skip to content

Commit 2496cc0

Browse files
committed
Update API reference
1 parent a99b3a5 commit 2496cc0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/_quartodoc-core.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ quartodoc:
102102
contents:
103103
- ui.Chat
104104
- ui.chat_ui
105+
- title: Streaming markdown
106+
desc: Stream markdown content into the UI
107+
contents:
108+
- ui.MarkdownStream
109+
- ui.output_markdown_stream
105110
- title: Custom UI
106111
desc: Lower-level UI functions for creating custom HTML/CSS/JS
107112
contents:
@@ -358,4 +363,3 @@ quartodoc:
358363
contents:
359364
- name: experimental.ui.card_image
360365
dynamic: false
361-

docs/_quartodoc-express.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ quartodoc:
8181
desc: Build a chatbot interface
8282
contents:
8383
- express.ui.Chat
84+
- title: Streaming markdown
85+
desc: Stream markdown content into the UI
86+
contents:
87+
- express.ui.MarkdownStream
8488
- title: Reactive programming
8589
desc: Create reactive functions and dependencies.
8690
contents:

0 commit comments

Comments
 (0)