-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
123 lines (123 loc) · 2.96 KB
/
Copy pathdocs.json
File metadata and controls
123 lines (123 loc) · 2.96 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "Notiky Documentation",
"description": "Cursor for Product Management — product guides for founders, solo-builders, and PMs. Plan development, assign agents like teammates, track work on the board, go deeper when you need CLI and runtimes.",
"theme": "mint",
"favicon": "/favicon.svg",
"colors": {
"primary": "#10604D",
"light": "#10604D",
"dark": "#10604D"
},
"background": {
"color": { "dark": "#0A0D12" },
"decoration": "gradient"
},
"fonts": {
"heading": { "family": "Inter" },
"body": { "family": "Inter" }
},
"icons": { "library": "lucide" },
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"navbar": {
"links": [
{ "label": "Support", "href": "mailto:support@notiky.com" }
],
"primary": {
"type": "button",
"label": "Open Notiky",
"href": "https://notiky.com"
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude"]
},
"styling": {
"css": ["/style.css"]
},
"navigation": {
"tabs": [
{
"tab": "Getting Started",
"groups": [
{
"group": "Start here",
"pages": [
"welcome",
"cloud-quickstart",
"capabilities",
"concepts/key-concepts",
"troubleshooting",
"faq"
]
}
]
},
{
"tab": "Using Notiky",
"groups": [
{
"group": "Day to day",
"pages": ["tasks", "agents", "conversations", "skills", "knowledge"]
}
]
},
{
"tab": "For Teams",
"groups": [
{
"group": "Workspace",
"pages": ["workspaces", "projects"]
}
]
},
{
"tab": "Workflows",
"groups": [
{
"group": "Recipes",
"pages": [
"example-workflows/overview",
"example-workflows/first-agent-task",
"example-workflows/decision-to-task",
"example-workflows/small-team-setup",
"example-workflows/bugfix-while-away",
"example-workflows/spec-review-loop",
"example-workflows/onboard-teammate"
]
}
]
},
{
"tab": "Developers",
"groups": [
{
"group": "Setup",
"pages": [
"developers/setup-with-ai",
"developers/connect-your-machine",
"developers/integrations",
"cli/installation"
]
},
{
"group": "Reference",
"pages": ["cli/reference", "developers/feedback"]
}
]
},
{
"tab": "Changelog",
"groups": [
{
"group": "Releases",
"pages": ["changelog/overview"]
}
]
}
]
}
}