fix(aio): fix layout of the webpack guide (#18493)
This is possibly a temporary fix for the layout, until we decide whether we want to remove the guide or properly add it to the SideNav menu. Fixes #17912
This commit is contained in:
parent
1635a06bda
commit
44ae6e94e3
|
@ -61,6 +61,12 @@
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"url": "guide/webpack",
|
||||||
|
"title": "Webpack: An Introduction",
|
||||||
|
"hidden": true
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"url": "guide/quickstart",
|
"url": "guide/quickstart",
|
||||||
"title": "Getting Started",
|
"title": "Getting Started",
|
||||||
|
|
Loading…
Reference in New Issue