Skip to content

Commit 468e4b8

Browse files
committed
API docs
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
1 parent d7cf87d commit 468e4b8

9 files changed

Lines changed: 4290 additions & 248 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ examples/**/*.js
22
index.js
33
vitest.config.js
44
.idea/*
5+
6+
# Generated documentation
7+
docs/
58
### Created by https://www.gitignore.io
69
### Rust ###
710
# Generated by Cargo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install @numaproj/numaflow-js
2929

3030
## Examples
3131

32-
The examples are available in the [examples](./examples) directory.
32+
The examples are available in the [examples](https://github.com/numaproj/numaflow-js/tree/main/examples) directory.
3333
The examples presented provide a basic overview of how to implement different types of data processing tasks using
3434
Numaflow-JS.
3535
Each example focuses implementing and building one specific component of Numaflow.

binding.js

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)