-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
124 lines (124 loc) · 2.83 KB
/
Copy pathdocs.json
File metadata and controls
124 lines (124 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"$schema": "https://mintlify.com/docs.json",
"theme": "almond",
"name": "Reloops",
"description": "Guides for organizing, reviewing and sharing creative work with Reloops.",
"colors": {
"primary": "#49badd",
"light": "#b774ed",
"dark": "#49badd"
},
"favicon": "/favicon.png",
"icons": {
"library": "lucide"
},
"styling": {
"eyebrows": "breadcrumbs"
},
"contextual": {
"options": ["copy", "view", "assistant"]
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "Home",
"icon": "house",
"href": "/"
},
{
"anchor": "Reloops App",
"icon": "arrow-up-right",
"href": "https://reloops.app"
}
]
},
"directory": "card",
"groups": [
{
"group": "Get Started",
"icon": "rocket",
"expanded": true,
"pages": [
"introduction",
"onboarding/product-walkthrough",
"onboarding/getting-started"
]
},
{
"group": "Workspace & Team",
"icon": "building-2",
"expanded": true,
"pages": [
"workspace/workspaces",
"workspace/team-and-settings",
"workspace/notifications"
]
},
{
"group": "Projects & Assets",
"icon": "folder-open",
"expanded": true,
"pages": [
"projects/create-a-project",
"projects/assets-overview",
"projects/upload-assets",
"projects/folders-and-organization",
"projects/project-assets-view",
"projects/kanban-status-workflow"
]
},
{
"group": "AI & DAM",
"icon": "sparkles",
"pages": [
"ai/ai-search",
"ai/ai-tagging"
]
},
{
"group": "Review & Sharing",
"icon": "message-circle",
"expanded": true,
"pages": [
"review/asset-review",
"review/leave-comments",
"review/website-review",
"review/share-links",
"review/project-reviewers-and-links"
]
},
{
"group": "Collections",
"icon": "layout-grid",
"expanded": true,
"pages": [
"collections/collections-overview",
"collections/build-and-style-collections"
]
},
{
"group": "FAQ",
"icon": "circle-help",
"pages": [
"faq/lifetime-deal"
]
}
]
},
"logo": {
"light": "https://media.brand.dev/c26148da-467d-4c3f-977e-55966593b476.png",
"dark": "https://media.brand.dev/c26148da-467d-4c3f-977e-55966593b476.png"
},
"navbar": {
"links": [],
"primary": {
"type": "button",
"label": "Open App",
"href": "https://reloops.app"
}
},
"footer": {
"socials": {}
}
}