Skip to content

Commit

Permalink
feat: add new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 committed Jan 13, 2025
1 parent 08c0728 commit af6a778
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
29 changes: 23 additions & 6 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,33 @@ export default defineConfig({
text: '관리자',
items: [
{
text: '가입 및 로그인',
link: '/user/login'
text: '문제 생성하기',
link: '/user/problem-create'
},
{
text: '그룹 및 멤버 관리',
link: '/user/group'
text: '문제 관리하기',
link: '/user/problem-manage'
},
{
text: '문제 생성 및 관리',
link: '/user/problem'
text: '대회 생성하기',
link: '/user/contest-create'
},
{
text: '대회 관리하기',
link: '/user/contest-manage'
}
]
},
{
text: '사용자',
items: [
{
text: '문제 풀기',
link: '/user/problem-solve'
},
{
text: '대회 참여하기',
link: '/user/contest-participate'
}
]
}
Expand Down
Empty file added user/contest-create.md
Empty file.
Empty file added user/contest-manage.md
Empty file.
Empty file added user/contest-participate.md
Empty file.
1 change: 0 additions & 1 deletion user/create-problem

This file was deleted.

Empty file added user/problem-create.md
Empty file.
Empty file added user/problem-manage.md
Empty file.
Empty file added user/problem-solve.md
Empty file.

0 comments on commit af6a778

Please sign in to comment.