Skip to content

Commit 35e8e9f

Browse files
committed
Fix sidebar
1 parent c59e611 commit 35e8e9f

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

.vitepress/config.mjs

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const links = {
4646
"/documents/forCodeReview/": [
4747
{ text: "Introduction", link: "/documents/forCodeReview/" },
4848
{
49-
text: "Slack利用ガイドライン",
49+
text: "コードレビューガイドライン",
5050
link: "/documents/forCodeReview/code_review.html",
5151
},
5252
],
@@ -119,7 +119,73 @@ export default defineConfig({
119119
nav: [
120120
{
121121
text: "Guidelines",
122-
items: [],
122+
items: [
123+
{
124+
text: "Web API",
125+
items: [
126+
{
127+
text: "Introduction",
128+
link: "/documents/forWebAPI/",
129+
},
130+
{
131+
text: "Web API設計ガイドライン",
132+
link: "/documents/forWebAPI/web_api_guidelines.html",
133+
},
134+
],
135+
},
136+
{
137+
text: "DB",
138+
items: [
139+
{
140+
text: "Introduction",
141+
link: "/documents/forDB/",
142+
},
143+
{
144+
text: "PostgreSQL設計ガイドライン",
145+
link: "/documents/forDB/postgresql_guidelines.html",
146+
},
147+
],
148+
},
149+
{
150+
text: "Markdown",
151+
items: [
152+
{
153+
text: "Introduction",
154+
link: "/documents/forMarkdown/",
155+
},
156+
{
157+
text: "Markdown設計ドキュメント規約",
158+
link: "/documents/forMarkdown/markdown_design_document.html",
159+
},
160+
],
161+
},
162+
{
163+
text: "レビュー",
164+
items: [
165+
{
166+
text: "Introduction",
167+
link: "/documents/forCodeReview/",
168+
},
169+
{
170+
text: "コードレビューガイドライン",
171+
link: "/documents/forCodeReview/code_review.html",
172+
},
173+
],
174+
},
175+
{
176+
text: "Slack",
177+
items: [
178+
{
179+
text: "Introduction",
180+
link: "/documents/forSlack/",
181+
},
182+
{
183+
text: "Slack利用ガイドライン",
184+
link: "/documents/forSlack/slack_usage_guidelines.html",
185+
},
186+
],
187+
},
188+
],
123189
},
124190
{
125191
text: "About Us",

0 commit comments

Comments
 (0)