Menu Config

Created: May 16, 2025, 12:45 a.m.
Last updated: May 16, 2025, 12:45 a.m. (modifier unknown)

[
    {
        "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/"}
        ]
    }
]