Files
docmost_custom/frontend/src/features/page/tree/tree.json
T
2023-10-01 01:25:04 +01:00

116 lines
1.9 KiB
JSON

[
{
"id": "1",
"title": "Home",
"icon": "home",
"children": []
},
{
"id": "2",
"title": "About Us",
"icon": "info",
"children": [
{
"id": "2-1",
"title": "History",
"icon": "history",
"children": []
},
{
"id": "2-2",
"title": "Team",
"icon": "group",
"children": [
{
"id": "2-2-1",
"title": "Members",
"icon": "person",
"children": []
},
{
"id": "2-2-2",
"title": "Join Us",
"icon": "person_add",
"children": []
}
]
}
]
},
{
"id": "3",
"title": "Services",
"icon": "services",
"children": []
},
{
"id": "4",
"title": "Contact",
"icon": "contact_mail",
"children": []
},
{
"id": "5",
"title": "Blog",
"icon": "blog",
"children": [
{
"id": "5-1",
"title": "Latest Posts",
"icon": "post",
"children": []
},
{
"id": "5-2",
"title": "Categories",
"icon": "category",
"children": [
{
"id": "5-2-1",
"title": "Tech",
"icon": "laptop",
"children": [
{
"id": "5-2-1-1",
"title": "Programming",
"icon": "code",
"children": []
}
]
}
]
}
]
},
{
"id": "6",
"title": "Support",
"icon": "support",
"children": []
},
{
"id": "7",
"title": "FAQ",
"icon": "faq",
"children": []
},
{
"id": "8",
"title": "Shop",
"icon": "shop",
"children": []
},
{
"id": "9",
"title": "Testimonials",
"icon": "testimonials",
"children": []
},
{
"id": "10",
"title": "Careers",
"icon": "career",
"children": []
}
]