|
25 | 25 | { "name": "Nuxt <= 2.11", "to": "#nuxt-lt-2-11" }
|
26 | 26 | ]
|
27 | 27 | },
|
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" }, |
33 | 33 | {
|
34 |
| - "name": "transition ํ๋กํผํฐ", "to": "/pages-transition", |
| 34 | + "name": "transition", "to": "/pages-transition", |
35 | 35 | "contents": [
|
36 | 36 | { "name": "String", "to": "#string" },
|
37 | 37 | { "name": "Object", "to": "#object" },
|
38 | 38 | { "name": "Function", "to": "#function" }
|
39 | 39 | ]
|
40 | 40 | },
|
41 |
| - { "name": "์ ํจ์ฑ ๊ฒ์ฆ๋ ๋ฉ์๋", "to": "/pages-validate" } |
| 41 | + { "name": "validate", "to": "/pages-validate" } |
42 | 42 | ]
|
43 | 43 | },
|
44 | 44 | {
|
45 | 45 | "title": "Components",
|
46 | 46 | "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" } |
50 | 57 | ]
|
51 | 58 | },
|
52 | 59 | {
|
53 | 60 | "title": "Configuration",
|
54 | 61 | "links": [
|
55 | 62 | {
|
56 |
| - "name": "build ํ๋กํผํฐ", |
| 63 | + "name": "build", |
57 | 64 | "to": "/configuration-build",
|
58 | 65 | "contents": [
|
59 | 66 | { "name": "analyze", "to": "#analyze" },
|
|
67 | 74 | { "name": "vendor", "to": "#vendor" }
|
68 | 75 | ]
|
69 | 76 | },
|
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" }, |
74 | 91 | {
|
75 |
| - "name": "generate ํ๋กํผํฐ", |
| 92 | + "name": "generate", |
76 | 93 | "to": "/configuration-generate",
|
77 | 94 | "contents": [
|
78 | 95 | { "name": "dir", "to": "#dir" },
|
79 | 96 | { "name": "minify", "to": "#minify" },
|
80 | 97 | { "name": "๊ฒฝ๋ก", "to": "#routes" }
|
81 | 98 | ]
|
82 | 99 | },
|
83 |
| - { "name": "head ํ๋กํผํฐ", "to": "/configuration-head" }, |
| 100 | + { "name": "head", "to": "/configuration-head" }, |
84 | 101 | {
|
85 |
| - "name": "loading ํ๋กํผํฐ", |
| 102 | + "name": "loading", |
86 | 103 | "to": "/configuration-loading",
|
87 | 104 | "contents": [
|
88 | 105 | { "name": "Progress Bar ์ฌ์ฉ ์ฌ๋ถ", "to": "#disable-the-progress-bar" },
|
|
91 | 108 | ]
|
92 | 109 | },
|
93 | 110 | {
|
94 |
| - "name": "performance ํ๋กํผํฐ", |
| 111 | + "name": "performance", |
95 | 112 | "to": "/configuration-performance",
|
96 | 113 | "contents": [
|
97 | 114 | { "name": "gzip", "to": "#gzip" },
|
98 | 115 | { "name": "prefetch", "to": "#prefetch" }
|
99 | 116 | ]
|
100 | 117 | },
|
101 |
| - { "name": "plugins ํ๋กํผํฐ", "to": "/configuration-plugins" }, |
102 |
| - { "name": "rootDir ํ๋กํผํฐ", "to": "/configuration-rootdir" }, |
| 118 | + { "name": "plugins", "to": "/configuration-plugins" }, |
| 119 | + { "name": "rootDir", "to": "/configuration-rootdir" }, |
103 | 120 | {
|
104 |
| - "name": "router ํ๋กํผํฐ", |
| 121 | + "name": "router", |
105 | 122 | "to": "/configuration-router",
|
106 | 123 | "contents": [
|
107 | 124 | { "name": "base", "to": "#base" },
|
|
112 | 129 | { "name": "extendRoutes", "to": "#extendroutes" }
|
113 | 130 | ]
|
114 | 131 | },
|
115 |
| - { "name": "srcDir ํ๋กํผํฐ", "to": "/configuration-srcdir" }, |
116 |
| - { "name": "transition ํ๋กํผํฐ", "to": "/configuration-transition" }, |
| 132 | + { "name": "srcDir", "to": "/configuration-srcdir" }, |
| 133 | + { "name": "transition", "to": "/configuration-transition" }, |
117 | 134 | {
|
118 |
| - "name": "watchers ํ๋กํผํฐ", |
| 135 | + "name": "watchers", |
119 | 136 | "to": "/configuration-watchers",
|
120 | 137 | "contents": [
|
121 | 138 | { "name": "chokidar", "to": "#chokidar" },
|
|
0 commit comments