Skip to content

Commit 82a83a2

Browse files
committed
docs: fix docs for the menu config page
1 parent 6377ae7 commit 82a83a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/documentation/docs/tutorial/03-Customization/10-menuConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ E.g. create group "Blog" with Items who link to resource "posts" and "categories
2323
```ts title='./index.ts'
2424
{
2525
...
26-
menu: {
26+
menu: [
2727
{
2828
label: 'Blog',
2929
icon: 'flowbite:brain-solid',
@@ -46,7 +46,7 @@ E.g. create group "Blog" with Items who link to resource "posts" and "categories
4646
icon: 'flowbite:folder-duplicate-outline',
4747
resourceId: 'adminuser',
4848
},
49-
},
49+
],
5050
...
5151
}
5252
```

0 commit comments

Comments
 (0)