Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/indigo-layout/1.9/frame-nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ An array should contain items which match the following scheme:
*/
{
name: 'Item name', // required parameter
link: '/link-ulr', // required if the `children` parameter is not specified
link: '/link-url', // required if the `children` parameter is not specified
children: [ // required if the `link` parameter is not specified
{
name: 'Child item',
Expand Down