Skip to content

Commit fe24975

Browse files
committed
Added links to submodules
Signed-off-by: Diwank Singh <diwank.singh@gmail.com>
1 parent efa5a1d commit fe24975

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,29 @@
1010

1111
The `core` module contains some basic utility functions to make working with `web streams` easier.
1212

13+
- [Introducing pipes/core](/core#introducing-pipescore)
14+
- [About](/core#about)
15+
- [Installing](/core#installing)
16+
- [API Reference](/core#api-reference)
17+
1318
## [pipes/utils](http://pipes.js.org/utils)
1419

1520
The `pipesjs/utils` module is to `web streams` what `highland.js` is to `node streams`. It contains utility functions to make working with `web streams` a lot easier. For more about `Web Streams`, refer to the [spec](https://streams.spec.whatwg.org).
1621

22+
- [Introducing pipes/utils](/utils#introducing-pipesutils)
23+
- [About](/utils#about)
24+
- [Installing](/utils#installing)
25+
- [API Reference](/utils#api-reference)
26+
1727
## [pipes/convert](http://pipes.js.org/convert)
1828

1929
The `pipesjs/convert` module provides various functions to convert `web streams` to other similar `data structures` like `highland` streams, `Observable`s, `Rx` streams etc. and vice versa.
2030

31+
- [Introducing pipes/convert](/convert#introducing-pipesconvert)
32+
- [About](/convert#about)
33+
- [Installing](/convert#installing)
34+
- [API Reference](/convert#api-reference)
35+
2136
## Thanks
2237

2338
The domain is kindly hosted by:

0 commit comments

Comments
 (0)