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 f213794 commit a1d5201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
serviceSidebar: [{type: 'autogenerated', dirName: '/service'}],
serviceSidebar: [{type: 'autogenerated', dirName: './service'}],

// But you can create a sidebar manually
/*
Expand Down

0 comments on commit a1d5201

Please sign in to comment.