We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675882c commit 5870cc0Copy full SHA for 5870cc0
docs/nav.js
@@ -47,6 +47,8 @@ const nav = {
47
page('BSATN', 'bsatn', 'bsatn.md'),
48
section('SQL'),
49
page('SQL Reference', 'sql', 'sql/index.md'),
50
+ section('Subscriptions'),
51
+ page('Subscription Reference', 'subscriptions', 'subscriptions/index.md'),
52
],
53
};
54
export default nav;
0 commit comments