Skip to content

Commit

Permalink
docs(sidebars): changed order and collapse some sections
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jun 28, 2022
1 parent 49577a3 commit abbd86f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const sidebars = {
link: {
type: 'generated-index',
},
collapsed: false,
collapsed: true,
items: ['main/handlers/default', 'main/handlers/huawei'],
},
{
Expand All @@ -86,11 +86,11 @@ const sidebars = {
link: {
type: 'generated-index',
},
collapsed: false,
collapsed: true,
items: [
'main/resolvers/promise',
'main/resolvers/callback',
'main/resolvers/aws-context',
'main/resolvers/callback',
'main/resolvers/promise',
],
},
{
Expand All @@ -102,11 +102,11 @@ const sidebars = {
collapsed: false,
items: [
'main/frameworks/express',
'main/frameworks/nestjs',
'main/frameworks/fastify',
'main/frameworks/hapi',
'main/frameworks/koa',
'main/frameworks/lazy',
'main/frameworks/nestjs',
'main/frameworks/trpc',
],
},
Expand Down

0 comments on commit abbd86f

Please sign in to comment.