Skip to content

Commit 69b6347

Browse files
authored
Merge pull request #4 from Bertievh/main
Correct sidebars
2 parents 2b93d18 + 54e5649 commit 69b6347

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ module.exports = {
4040
},
4141
],
4242
],
43-
// plugins: [
43+
plugins: [
4444
// [
4545
// require.resolve('@cmfcmf/docusaurus-search-local'),
4646
// {
4747
// }
4848
// ],
49-
// ],
49+
],
5050
};

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = {
22
mySidebar: [
33
'index',
4+
'ACSWebservicesOperation',
5+
'release notes',
46
],
57
};

0 commit comments

Comments
 (0)