Skip to content

Commit

Permalink
docs: split 1기 / 2기
Browse files Browse the repository at this point in the history
  • Loading branch information
minsoo-web committed Dec 11, 2023
1 parent bd3b9f5 commit 3a565b3
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 29 deletions.
28 changes: 28 additions & 0 deletions apps/docs/pages/1st/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"index": "Members",

"--- Weeks": {
"type": "separator"
},

"weeks": {
"title": "회차별 스터디"
},

"-- More": {
"type": "separator",
"title": "More"
},

"about-link": {
"title": "Go to Notion ↗",
"href": "https://minsooweb.notion.site/a6f94677860c462399db96f34e121c70?pvs=4",
"newWindow": true
},

"organization-link": {
"title": "함수랑 산악회 ↗",
"href": "https://github.com/function-and-mountain",
"newWindow": true
}
}
File renamed without changes.
17 changes: 8 additions & 9 deletions apps/docs/pages/weeks.mdx → apps/docs/pages/1st/weeks.mdx
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
import {
Box,
Table,
Thead,
Tbody,
Tfoot,
Tr,
Th,
Td,
TableCaption,
TableContainer,
Box,
Tbody,
Td,
Th,
Thead,
Tr,
} from '@chakra-ui/react'
import { weeksPlan } from '@constants/weeksPlan'

# 주차별 계획
# 회차별 계획

<Box height="20px" />
<TableContainer>
<Table variant="simple" >
<TableCaption>주차별 계획은 매주 업데이트될 예정이며, 스터디원 분들의 일정에 맞춰 조정될 수 있습니다.</TableCaption>
<TableCaption>회차별 계획은 매주 업데이트될 예정이며, 스터디원 분들의 일정에 맞춰 조정될 수 있습니다.</TableCaption>
<Thead>
<Tr>
<Th>날짜</Th>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions apps/docs/pages/2nd/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 공사중...
50 changes: 30 additions & 20 deletions apps/docs/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,38 @@
{
"index": "README",
"members": "Members",

"-- Seperator": {
"type": "separator",
"title": ""
"index": {
"type": "page",
"display": "hidden",
"theme": {
"layout": "full"
}
},

"weeks": "",

"-- More": {
"type": "separator",
"title": "More"
"1st": {
"display": "hidden",
"title": "1기",
"type": "page"
},

"about-link": {
"title": "Go to Notion ↗",
"href": "https://minsooweb.notion.site/a6f94677860c462399db96f34e121c70?pvs=4",
"newWindow": true
"2nd": {
"display": "hidden",
"title": "2기",
"type": "page"
},

"organization-link": {
"title": "함수랑 산악회 ↗",
"href": "https://github.com/function-and-mountain",
"newWindow": true
"versions": {
"type": "menu",
"title": "기수별 보기",
"theme": {
"collapsed": true
},
"items": {
"2nd": {
"title": "2기 (진행중)",
"href": "/2nd"
},
"1st": {
"title": "1기",
"href": "/1st"
}
}
}
}
7 changes: 7 additions & 0 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { Button } from '@chakra-ui/react'
import { Link } from 'nextra-theme-docs'

# Welcome !

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

으로 편하게 문의주시면 감사하겠습니다.

<Link href="/1st">
<Button colorScheme="green">스터디 구경하기</Button>
</Link>

0 comments on commit 3a565b3

Please sign in to comment.