Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 049716d

Browse files
nh0627nh-lee
andauthored
ko: update menu.json of /api (#1947)
* ko: update menu.json * ko: update /api menu.json Co-authored-by: Nahyeon Lee <nh.lee@quintet.co.kr>
1 parent 06df7ce commit 049716d

File tree

1 file changed

+42
-25
lines changed

1 file changed

+42
-25
lines changed

โ€Žko/api/menu.json

Lines changed: 42 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,42 @@
2525
{ "name": "Nuxt <= 2.11", "to": "#nuxt-lt-2-11" }
2626
]
2727
},
28-
{ "name": "head ๋ฉ”์„œ๋“œ", "to": "/pages-head" },
29-
{ "name": "key ํ”„๋กœํผํ‹ฐ", "to": "/pages-key" },
30-
{ "name": "layout ํ”„๋กœํผํ‹ฐ", "to": "/pages-layout" },
31-
{ "name": "middleware ํ”„๋กœํผํ‹ฐ", "to": "/pages-middleware" },
32-
{ "name": "scrollToTop ํ”„๋กœํผํ‹ฐ", "to": "/pages-scrolltotop" },
28+
{ "name": "head", "to": "/pages-head" },
29+
{ "name": "key", "to": "/pages-key" },
30+
{ "name": "layout", "to": "/pages-layout" },
31+
{ "name": "middleware", "to": "/pages-middleware" },
32+
{ "name": "scrollToTop", "to": "/pages-scrolltotop" },
3333
{
34-
"name": "transition ํ”„๋กœํผํ‹ฐ", "to": "/pages-transition",
34+
"name": "transition", "to": "/pages-transition",
3535
"contents": [
3636
{ "name": "String", "to": "#string" },
3737
{ "name": "Object", "to": "#object" },
3838
{ "name": "Function", "to": "#function" }
3939
]
4040
},
41-
{ "name": "์œ ํšจ์„ฑ ๊ฒ€์ฆ๋œ ๋ฉ”์„œ๋“œ", "to": "/pages-validate" }
41+
{ "name": "validate", "to": "/pages-validate" }
4242
]
4343
},
4444
{
4545
"title": "Components",
4646
"links": [
47-
{ "name": "<nuxt> ์ปดํฌ๋„ŒํŠธ", "to": "/components-nuxt" },
48-
{ "name": "<nuxt-child> ์ปดํฌ๋„ŒํŠธ", "to": "/components-nuxt-child" },
49-
{ "name": "<nuxt-link> ์ปดํฌ๋„ŒํŠธ", "to": "/components-nuxt-link" }
47+
{ "name": "nuxt", "to": "/components-nuxt" },
48+
{ "name": "nuxt-child", "to": "/components-nuxt-child" },
49+
{ "name": "nuxt-link", "to": "/components-nuxt-link" },
50+
{ "name": "client-only", "to": "/components-client-only" }
51+
]
52+
},
53+
{
54+
"title": "Utils",
55+
"links": [
56+
{ "name": "$nuxt", "to": "/$nuxt" }
5057
]
5158
},
5259
{
5360
"title": "Configuration",
5461
"links": [
5562
{
56-
"name": "build ํ”„๋กœํผํ‹ฐ",
63+
"name": "build",
5764
"to": "/configuration-build",
5865
"contents": [
5966
{ "name": "analyze", "to": "#analyze" },
@@ -67,22 +74,32 @@
6774
{ "name": "vendor", "to": "#vendor" }
6875
]
6976
},
70-
{ "name": "์บ์‹œ ํ”„๋กœํผํ‹ฐ", "to": "/configuration-cache" },
71-
{ "name": "css ํ”„๋กœํผํ‹ฐ", "to": "/configuration-css" },
72-
{ "name": "dev ํ”„๋กœํผํ‹ฐ", "to": "/configuration-dev" },
73-
{ "name": "env ํ”„๋กœํผํ‹ฐ", "to": "/configuration-env" },
77+
{ "name": "buildDir", "to": "/configuration-builddir" },
78+
{
79+
"name": "cli",
80+
"to": "/configuration-cli",
81+
"contents": [
82+
{ "name": "bannerColor", "to": "#bannercolor" }
83+
]
84+
},
85+
{ "name": "์บ์‹œ", "to": "/configuration-cache" },
86+
{ "name": "css", "to": "/configuration-css" },
87+
{ "name": "dev", "to": "/configuration-dev" },
88+
{ "name": "dir", "to": "/configuration-dir" },
89+
{ "name": "env", "to": "/configuration-env" },
90+
{ "name": "extendPlugins", "to": "/configuration-extend-plugins" },
7491
{
75-
"name": "generate ํ”„๋กœํผํ‹ฐ",
92+
"name": "generate",
7693
"to": "/configuration-generate",
7794
"contents": [
7895
{ "name": "dir", "to": "#dir" },
7996
{ "name": "minify", "to": "#minify" },
8097
{ "name": "๊ฒฝ๋กœ", "to": "#routes" }
8198
]
8299
},
83-
{ "name": "head ํ”„๋กœํผํ‹ฐ", "to": "/configuration-head" },
100+
{ "name": "head", "to": "/configuration-head" },
84101
{
85-
"name": "loading ํ”„๋กœํผํ‹ฐ",
102+
"name": "loading",
86103
"to": "/configuration-loading",
87104
"contents": [
88105
{ "name": "Progress Bar ์‚ฌ์šฉ ์—ฌ๋ถ€", "to": "#disable-the-progress-bar" },
@@ -91,17 +108,17 @@
91108
]
92109
},
93110
{
94-
"name": "performance ํ”„๋กœํผํ‹ฐ",
111+
"name": "performance",
95112
"to": "/configuration-performance",
96113
"contents": [
97114
{ "name": "gzip", "to": "#gzip" },
98115
{ "name": "prefetch", "to": "#prefetch" }
99116
]
100117
},
101-
{ "name": "plugins ํ”„๋กœํผํ‹ฐ", "to": "/configuration-plugins" },
102-
{ "name": "rootDir ํ”„๋กœํผํ‹ฐ", "to": "/configuration-rootdir" },
118+
{ "name": "plugins", "to": "/configuration-plugins" },
119+
{ "name": "rootDir", "to": "/configuration-rootdir" },
103120
{
104-
"name": "router ํ”„๋กœํผํ‹ฐ",
121+
"name": "router",
105122
"to": "/configuration-router",
106123
"contents": [
107124
{ "name": "base", "to": "#base" },
@@ -112,10 +129,10 @@
112129
{ "name": "extendRoutes", "to": "#extendroutes" }
113130
]
114131
},
115-
{ "name": "srcDir ํ”„๋กœํผํ‹ฐ", "to": "/configuration-srcdir" },
116-
{ "name": "transition ํ”„๋กœํผํ‹ฐ", "to": "/configuration-transition" },
132+
{ "name": "srcDir", "to": "/configuration-srcdir" },
133+
{ "name": "transition", "to": "/configuration-transition" },
117134
{
118-
"name": "watchers ํ”„๋กœํผํ‹ฐ",
135+
"name": "watchers",
119136
"to": "/configuration-watchers",
120137
"contents": [
121138
{ "name": "chokidar", "to": "#chokidar" },

0 commit comments

Comments
ย (0)