Skip to content

Commit 3a565b3

Browse files
committed
docs: split 1기 / 2기
1 parent bd3b9f5 commit 3a565b3

16 files changed

+74
-29
lines changed

apps/docs/pages/1st/_meta.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"index": "Members",
3+
4+
"--- Weeks": {
5+
"type": "separator"
6+
},
7+
8+
"weeks": {
9+
"title": "회차별 스터디"
10+
},
11+
12+
"-- More": {
13+
"type": "separator",
14+
"title": "More"
15+
},
16+
17+
"about-link": {
18+
"title": "Go to Notion ↗",
19+
"href": "https://minsooweb.notion.site/a6f94677860c462399db96f34e121c70?pvs=4",
20+
"newWindow": true
21+
},
22+
23+
"organization-link": {
24+
"title": "함수랑 산악회 ↗",
25+
"href": "https://github.com/function-and-mountain",
26+
"newWindow": true
27+
}
28+
}
File renamed without changes.

apps/docs/pages/weeks.mdx renamed to apps/docs/pages/1st/weeks.mdx

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
import {
2+
Box,
23
Table,
3-
Thead,
4-
Tbody,
5-
Tfoot,
6-
Tr,
7-
Th,
8-
Td,
94
TableCaption,
105
TableContainer,
11-
Box,
6+
Tbody,
7+
Td,
8+
Th,
9+
Thead,
10+
Tr,
1211
} from '@chakra-ui/react'
1312
import { weeksPlan } from '@constants/weeksPlan'
1413

15-
# 주차별 계획
14+
# 회차별 계획
1615

1716
<Box height="20px" />
1817
<TableContainer>
1918
<Table variant="simple" >
20-
<TableCaption>주차별 계획은 매주 업데이트될 예정이며, 스터디원 분들의 일정에 맞춰 조정될 수 있습니다.</TableCaption>
19+
<TableCaption>회차별 계획은 매주 업데이트될 예정이며, 스터디원 분들의 일정에 맞춰 조정될 수 있습니다.</TableCaption>
2120
<Thead>
2221
<Tr>
2322
<Th>날짜</Th>
File renamed without changes.

apps/docs/pages/2nd/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 공사중...

apps/docs/pages/_meta.json

+30-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,38 @@
11
{
2-
"index": "README",
3-
"members": "Members",
4-
5-
"-- Seperator": {
6-
"type": "separator",
7-
"title": ""
2+
"index": {
3+
"type": "page",
4+
"display": "hidden",
5+
"theme": {
6+
"layout": "full"
7+
}
88
},
99

10-
"weeks": "",
11-
12-
"-- More": {
13-
"type": "separator",
14-
"title": "More"
10+
"1st": {
11+
"display": "hidden",
12+
"title": "1기",
13+
"type": "page"
1514
},
16-
17-
"about-link": {
18-
"title": "Go to Notion ↗",
19-
"href": "https://minsooweb.notion.site/a6f94677860c462399db96f34e121c70?pvs=4",
20-
"newWindow": true
15+
"2nd": {
16+
"display": "hidden",
17+
"title": "2기",
18+
"type": "page"
2119
},
2220

23-
"organization-link": {
24-
"title": "함수랑 산악회 ↗",
25-
"href": "https://github.com/function-and-mountain",
26-
"newWindow": true
21+
"versions": {
22+
"type": "menu",
23+
"title": "기수별 보기",
24+
"theme": {
25+
"collapsed": true
26+
},
27+
"items": {
28+
"2nd": {
29+
"title": "2기 (진행중)",
30+
"href": "/2nd"
31+
},
32+
"1st": {
33+
"title": "1기",
34+
"href": "/1st"
35+
}
36+
}
2737
}
2838
}

apps/docs/pages/index.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { Button } from '@chakra-ui/react'
2+
import { Link } from 'nextra-theme-docs'
3+
14
# Welcome !
25

36
> 쏙쏙쑥쑥 스터디에 오신 걸 환영합니다!
@@ -15,3 +18,7 @@
1518
[카카오톡 오픈채팅방](https://open.kakao.com/o/sTjHAUsf)
1619

1720
으로 편하게 문의주시면 감사하겠습니다.
21+
22+
<Link href="/1st">
23+
<Button colorScheme="green">스터디 구경하기</Button>
24+
</Link>

0 commit comments

Comments
 (0)