Menu Config
[
{
"title": "Navigation",
"items": [
{"text": "Home", "slug": "home"},
{"text": "All Pages", "url_name": "wiki:all_pages"},
{"text": "Create New Page", "url_name": "wiki:page_create", "login_required": true}
]
},
{
"title": "Configuration",
"items": [
{"text": "Menu bar", "slug": "menu-config"},
{"text": "Markdown", "url": "https://www.markdownguide.org/basic-syntax/"}
]
}
]