Skip to content

Commit 326d013

Browse files
committed
improve docs
1 parent 02d7c3d commit 326d013

6 files changed

Lines changed: 382 additions & 143 deletions

File tree

docs/AsyncSeq.fsx

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/AsyncSeqAdvanced.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Advanced AsyncSeq Operations
44
category: Documentation
55
categoryindex: 2
6-
index: 5
6+
index: 6
77
description: Advanced F# asynchronous sequence operations including groupBy, distinct-until-changed and time-or-count buffering.
88
keywords: F#, asynchronous sequences, AsyncSeq, groupBy, distinctUntilChanged, bufferByCountAndTime
99
---

docs/AsyncSeqCombining.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Combining Asynchronous Sequences
44
category: Documentation
55
categoryindex: 2
6-
index: 4
6+
index: 5
77
description: How to combine multiple F# asynchronous sequences using append, zip, interleave, merge and combineLatest.
88
keywords: F#, asynchronous sequences, AsyncSeq, append, zip, interleave, merge, combineLatest
99
---

0 commit comments

Comments
 (0)