Skip to content

Commit b555ffb

Browse files
API for mutable subscriptions (#166)
Closes #78. Includes rust and csharp examples.
1 parent 675882c commit b555ffb

File tree

3 files changed

+451
-0
lines changed

3 files changed

+451
-0
lines changed

docs/nav.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ const nav = {
4747
page('BSATN', 'bsatn', 'bsatn.md'),
4848
section('SQL'),
4949
page('SQL Reference', 'sql', 'sql/index.md'),
50+
section('Subscriptions'),
51+
page('Subscription Reference', 'subscriptions', 'subscriptions/index.md'),
5052
],
5153
};
5254
export default nav;

0 commit comments

Comments
 (0)