Skip to content

Commit 25bc8cc

Browse files
committed
Remove old JS API docs from sidebar
1 parent 3152534 commit 25bc8cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/js-sdk/sidebars.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const api = require('./api/api-sidebar');
1+
// const api = require('./api/api-sidebar');
22

33
const sidebars = {
44
docs: [
@@ -52,12 +52,14 @@ const sidebars = {
5252
items: ['js-sdk/guides/selectors', 'js-sdk/guides/validation'],
5353
collapsed: true,
5454
},
55+
/*
5556
{
5657
type: 'category',
5758
label: 'API documentation',
5859
items: api('js-sdk/api'),
5960
collapsed: true,
6061
},
62+
*/
6163
{
6264
type: 'link',
6365
label: 'GitHub',

0 commit comments

Comments
 (0)