Skip to content

Commit

Permalink
ja: Add missing in-page links to menu (ja/api) (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
inouetakuya authored and aytdm committed Jun 7, 2019
1 parent 0e30f68 commit af93adf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ja/api/menu.json
Expand Up @@ -53,6 +53,7 @@
{ "name": "analyze", "to": "#analyze" },
{ "name": "babel", "to": "#babel" },
{ "name": "cache", "to": "#cache" },
{ "name": "crossorigin", "to": "#crossorigin" },
{ "name": "cssSourceMap", "to": "#csssourcemap" },
{ "name": "devMiddleware", "to": "#devmiddleware" },
{ "name": "devtools", "to": "#devtools" },
Expand All @@ -71,6 +72,7 @@
{ "name": "postcss", "to": "#postcss" },
{ "name": "profile", "to": "#profile" },
{ "name": "publicPath", "to": "#publicpath" },
{ "name": "quiet", "to": "#quiet" },
{ "name": "splitChunks", "to": "#splitchunks" },
{ "name": "ssr", "to": "#ssr" },
{ "name": "styleResources", "to": "#styleresources" },
Expand All @@ -92,9 +94,12 @@
"contents": [
{ "name": "dir", "to": "#dir" },
{ "name": "devtools", "to": "#devtools" },
{ "name": "fallback", "to": "#fallback" },
{ "name": "interval", "to": "#interval" },
{ "name": "minify", "to": "#minify" },
{ "name": "routes", "to": "#routes" }
{ "name": "routes", "to": "#routes" },
{ "name": "subFolders", "to": "#subfolders" },
{ "name": "concurrency", "to": "#concurrency" }
]
},
{ "name": "head", "to": "/configuration-head" },
Expand Down Expand Up @@ -138,6 +143,7 @@
"to": "/configuration-router",
"contents": [
{ "name": "base", "to": "#base" },
{ "name": "routeNameSplitter", "to": "#routenamesplitter" },
{ "name": "extendRoutes", "to": "#extendroutes" },
{ "name": "fallback", "to": "#fallback" },
{ "name": "linkActiveClass", "to": "#linkactiveclass" },
Expand Down

0 comments on commit af93adf

Please sign in to comment.