changemaker.lite/mkdocs/docs/overrides/header-config.json
2026-02-18 10:01:54 -07:00

74 lines
1.4 KiB
JSON

{
"enabled": true,
"items": [
{
"id": "campaigns",
"label": "Campaigns",
"path": "/campaigns",
"icon": "campaign",
"enabled": true,
"order": 0,
"type": "builtin"
},
{
"id": "map",
"label": "Map",
"path": "/map",
"icon": "map",
"enabled": true,
"order": 1,
"type": "builtin"
},
{
"id": "shifts",
"label": "Volunteer",
"path": "/shifts",
"icon": "groups",
"enabled": true,
"order": 2,
"type": "builtin"
},
{
"id": "gallery",
"label": "Gallery",
"path": "/gallery",
"icon": "play_circle",
"enabled": true,
"order": 3,
"type": "builtin"
},
{
"id": "responses",
"label": "Responses",
"path": "/responses",
"icon": "forum",
"enabled": true,
"order": 4,
"type": "builtin"
},
{
"id": "donate",
"label": "Donate",
"path": "/donate",
"icon": "favorite",
"enabled": true,
"order": 5,
"type": "builtin"
},
{
"id": "login",
"label": "Sign In",
"path": "/login",
"icon": "login",
"enabled": true,
"order": 6,
"type": "builtin"
}
],
"style": {
"backgroundColor": "#6f42c1",
"textColor": "#ffffff",
"hoverColor": "rgba(255,255,255,0.15)",
"height": "40px"
}
}