@@ -428,8 +428,6 @@ Append
428428 </template>
429429 </turbo-stream>
430430
431- For more info, see: `Turbo Streams - Append <https://turbo.hotwired.dev/reference/streams#append >`_.
432-
433431Prepend
434432"""""""
435433
@@ -446,8 +444,6 @@ Prepend
446444 </template>
447445 </turbo-stream>
448446
449- For more info, see: `Turbo Streams - Prepend <https://turbo.hotwired.dev/reference/streams#prepend >`_.
450-
451447Replace
452448"""""""
453449
@@ -478,8 +474,6 @@ Replace
478474 </template>
479475 </turbo-stream>
480476
481- For more info, see: `Turbo Streams - Replace <https://turbo.hotwired.dev/reference/streams#replace >`_.
482-
483477Update
484478""""""
485479
@@ -510,8 +504,6 @@ Update
510504 </template>
511505 </turbo-stream>
512506
513- For more info, see: `Turbo Streams - Update <https://turbo.hotwired.dev/reference/streams#update >`_.
514-
515507Remove
516508""""""
517509
@@ -522,8 +514,6 @@ Remove
522514 {# renders as: #}
523515 <turbo-stream action="remove" targets="#dom_id"></turbo-stream>
524516
525- For more info, see: `Turbo Streams - Remove <https://turbo.hotwired.dev/reference/streams#remove >`_.
526-
527517Before
528518""""""
529519
@@ -540,8 +530,6 @@ Before
540530 </template>
541531 </turbo-stream>
542532
543- For more info, see: `Turbo Streams - Before <https://turbo.hotwired.dev/reference/streams#before >`_.
544-
545533After
546534"""""
547535
@@ -558,8 +546,6 @@ After
558546 </template>
559547 </turbo-stream>
560548
561- For more info, see: `Turbo Streams - After <https://turbo.hotwired.dev/reference/streams#after >`_.
562-
563549Refresh
564550"""""""
565551
@@ -579,8 +565,6 @@ Refresh
579565 {# renders as: #}
580566 <turbo-stream action="refresh" request-id="abcd-1234"></turbo-stream>
581567
582- For more info, see: `Turbo Streams - Refresh <https://turbo.hotwired.dev/reference/streams#refresh >`_.
583-
584568Resetting the Form
585569~~~~~~~~~~~~~~~~~~
586570
0 commit comments