Skip to content

Commit 02e522e

Browse files
authored
[docs] sidebars.js, "guides/plugins" section is duplicated (#1333)
"guides/plugins" was duplicated ## Summary ![image](https://github.com/jetpack-io/devbox/assets/7515/c7ad5dc8-f154-41ca-9a50-faa43c0bb357) ![image](https://github.com/jetpack-io/devbox/assets/7515/fb7ff639-6a1b-4ad3-9209-7df43c9e2d28) ## How was it tested? Not tested Signed-off-by: Sevdalin Sabev <[email protected]>
1 parent 42db772 commit 02e522e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/app/sidebars.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ const sidebars = {
5959
},{
6060
type: 'doc',
6161
id: 'guides/services'
62-
}, {
63-
type: 'doc',
64-
id: 'guides/plugins'
6562
}]
6663
}, {
6764
type: 'category',
@@ -145,4 +142,4 @@ const sidebars = {
145142
}],
146143
};
147144

148-
module.exports = sidebars;
145+
module.exports = sidebars;

0 commit comments

Comments
 (0)