Skip to content

Commit

Permalink
fix: 잘못된 github 링크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
puleugo committed Feb 26, 2024
1 parent b1bb5a3 commit a8305bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
14 changes: 4 additions & 10 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,15 @@ const config: Config = {
path: './docs',
routeBasePath: '/',
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/inje-megabrain/megabrain.kr/blob/main/docs/',
editUrl: 'https://github.com/inje-megabrain/megabrain.kr/tree/main',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/inje-megabrain/megabrain.kr/blob/main/blog/',
},
theme: {
customCss: './src/css/custom.css',
editUrl: 'https://github.com/inje-megabrain/megabrain.kr/tree/main',
},
theme: {customCss: './src/css/custom.css',},
} satisfies Preset.Options,
],
],
Expand All @@ -64,9 +60,7 @@ const config: Config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
docs: {
sidebar: {
autoCollapseCategories: false,
}
sidebar: {autoCollapseCategories: false,}
},
navbar: {
title: 'Megabrain',
Expand Down
23 changes: 3 additions & 20 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,13 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: '활동',
link: {
type: 'generated-index',
slug: 'activities'
},
items: [
{type: 'autogenerated', dirName: 'activities'},
// {
// type: 'category',
// label: '메가톤',
// link: {
// type: 'generated-index',
// slug: 'activities/megathon'
// },
// items: [{type: 'autogenerated', dirName: 'activities/megathon'}],
// }
],
link: {type: 'generated-index', slug: 'activities'},
items: [{type: 'autogenerated', dirName: 'activities'},],
},
{
type: 'category',
label: '회원',
link: {
type: 'generated-index',
slug: 'members'
},
link: {type: 'generated-index', slug: 'members'},
items: [{type: 'autogenerated', dirName: 'members'}],
},
'recruit',
Expand Down

0 comments on commit a8305bf

Please sign in to comment.