Skip to content

Commit 2d8c426

Browse files
tell-katinux
authored andcommitted
Add api/configuration-modulesdir to menu (nuxt#804)
1 parent a2d6eef commit 2d8c426

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

de/api/menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
{ "name": "loadingIndicator", "to": "/configuration-loading-indicator" },
8888
{ "name": "mode", "to": "/configuration-mode" },
8989
{ "name": "modules", "to": "/configuration-modules" },
90+
{ "name": "modulesDir", "to": "/configuration-modulesdir" },
9091
{ "name": "plugins", "to": "/configuration-plugins" },
9192
{
9293
"name": "render",

en/api/menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
{ "name": "loadingIndicator", "to": "/configuration-loading-indicator" },
9292
{ "name": "mode", "to": "/configuration-mode" },
9393
{ "name": "modules", "to": "/configuration-modules" },
94+
{ "name": "modulesDir", "to": "/configuration-modulesdir" },
9495
{ "name": "plugins", "to": "/configuration-plugins" },
9596
{
9697
"name": "render",

fr/api/menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
{ "name": "loadingIndicator (En)", "to": "/configuration-loading-indicator" },
8585
{ "name": "mode (En)", "to": "/configuration-mode" },
8686
{ "name": "modules (En)", "to": "/configuration-modules" },
87+
{ "name": "modulesDir (En)", "to": "/configuration-modulesdir" },
8788
{ "name": "plugins (En)", "to": "/configuration-plugins" },
8889
{
8990
"name": "render (En)", "to": "/configuration-render",

0 commit comments

Comments
 (0)