Skip to content

Commit

Permalink
add more jsdoc badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Dec 5, 2024
1 parent 05649ce commit 4d4254c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js/core/index.html)

# Core

The _core_ module implements the _core_ functionality for JavaScript clients:
Expand Down
2 changes: 2 additions & 0 deletions jetstream/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js/jetstream/index.html)

# JetStream

The jetstream module implements the JetStream protocol functionality for
Expand Down
2 changes: 2 additions & 0 deletions kv/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js/kv/index.html)

# kv

The kv module implements the NATS KV functionality using JetStream for
Expand Down
2 changes: 2 additions & 0 deletions obj/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js/obj/index.html)

# Obj

The obj module implements the NATS ObjectStore functionality using JetStream for
Expand Down
2 changes: 2 additions & 0 deletions services/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js/services/index.html)

# Services

The Services module introduces a higher-level API for implementing services with
Expand Down

0 comments on commit 4d4254c

Please sign in to comment.