File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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- 
Original file line number Diff line number Diff 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 :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments