pages/src/_data/menu.json

25 lines
460 B
JSON
Raw Normal View History

2023-04-02 08:31:07 +00:00
[
{
"label": "About",
"url": "/about"
},
{
"label": "Tag List",
"url": "/tags"
},
{
2023-12-12 10:18:42 +00:00
"label": "Cloud",
2023-04-02 08:31:07 +00:00
"url": "https://cloud.ocoge.club/",
"newTab": true
},
2023-12-12 10:18:42 +00:00
{
"label": "Mail",
"url": "https://mail.ocoge.club/",
"newTab": true
},
2023-04-02 08:31:07 +00:00
{
"label": "ocogIt",
"url": "https://git.ocoge.club/ocogeclub/pages",
"newTab": true
}
]