Skip to content
Snippets Groups Projects
menus.json 1.03 KiB
Newer Older
Emmanuel Salomon's avatar
Emmanuel Salomon committed
{
  "menu_header": [
    {
      "title": "FAQ",
      "url": "/faq"
    },
    {
      "title": "Ressources",
      "url": "/ressources"
Emmanuel Salomon's avatar
Emmanuel Salomon committed
    },
    {
      "title": "Blog",
      "url": "/blog"
    },
    {
      "title": "Forum",
      "url": "https://forum.monnaie-libre.fr"
    },
    {
      "title": "Lexique",
      "url": "/lexique"
Emmanuel Salomon's avatar
Emmanuel Salomon committed
    }
  ],
  "menu_footer": [
    {
      "type": "column",
      "title": "Sections",
      "menus": [
        {
          "title": "Blog",
          "url": "/blog"
        },
        {
          "title": "FAQ",
          "url": "/faq"
        },
        {
          "title": "Lexique",
          "url": "/lexique"
        }
      ]
    },
    {
      "type": "column",
      "title": "Ressources",
      "menus": [
        {
          "title": "Sites web",
          "url": "/ressources?cat=website"
        },
        {
          "title": "Vidéos",
          "url": "/ressources?cat=video"
        },
        {
          "title": "Applications",
          "url": "/ressources?cat=app"
        }
      ]
    }
  ]