We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ca0e4 commit dac2fbaCopy full SHA for dac2fba
docs/index.md
@@ -25,7 +25,7 @@ features:
25
details: 문서의 구조를 효과적으로 구성하는 방법을 알아봐요
26
icon: 📑
27
link: /architecture/index
28
-- title: 문장 다듬기
+- title: 문장 작성하기
29
details: 자연스럽고 명확한 문장으로 정보를 전달하는 방법을 알아봐요
30
icon: ✍️
31
link: /sentence/index
rspress.config.ts
@@ -130,10 +130,14 @@ export default defineConfig({
130
text: '예측 가능하게 하기',
131
link: '/architecture/predictability',
132
},
133
+ {
134
+ text: '보조 자료 활용하기',
135
+ link: '/architecture/supplementary-materials',
136
+ },
137
],
138
139
{
- text: 'Step 3. 문장 다듬기',
140
+ text: 'Step 3. 문장 작성하기',
141
collapsed: true,
142
items: [
143
0 commit comments