Skip to content

Commit

Permalink
이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ohju96 committed Dec 21, 2023
1 parent a653b51 commit d643a14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,14 @@ const config: Config = {
},
items: [
{
to: '/docs',
type: 'docsSidebar',
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '공부',
},
{
to: '/service',
type: 'serviceSidebar',
type: 'docSidebar',
sidebarId: 'serviceSidebar',
position: 'left',
label: '서비스',
Expand Down

0 comments on commit d643a14

Please sign in to comment.