-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
119 lines (119 loc) · 2.53 KB
/
docs.json
File metadata and controls
119 lines (119 loc) · 2.53 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "NodePad",
"theme": "mint",
"colors": {
"primary": "#2563eb",
"light": "#60a5fa",
"dark": "#3b82f6"
},
"logo": {
"light": "/logo-wordmark-light.svg",
"dark": "/logo-wordmark-dark.svg"
},
"favicon": {
"light": "/logo-icon-light.svg",
"dark": "/logo-icon-dark.svg"
},
"appearance": {
"default": "system",
"strict": false
},
"icons": {
"library": "lucide"
},
"navbar": {
"links": [
{
"label": "Product",
"href": "https://node-pad.com"
},
{
"label": "App",
"href": "https://app.node-pad.com"
}
],
"primary": {
"type": "button",
"label": "Join beta",
"href": "https://node-pad.com/beta"
}
},
"navigation": {
"tabs": [
{
"tab": "Product",
"groups": [
{
"group": "Start here",
"pages": [
"introduction",
"quickstart",
"beta-access",
"support",
"glossary"
]
},
{
"group": "Core workflow",
"pages": [
"concepts/canvas",
"concepts/nodes",
"concepts/forking",
"concepts/merging",
"concepts/references",
"concepts/text-notes"
]
},
{
"group": "Models and settings",
"pages": [
"models/overview",
"models/per-branch-selection",
"models/bring-your-own-keys"
]
},
{
"group": "Use cases",
"pages": [
"use-cases/research",
"use-cases/engineering",
"use-cases/writing"
]
},
{
"group": "Changelog",
"pages": [
"changelog"
]
}
]
},
{
"tab": "Self-hosting",
"groups": [
{
"group": "Enterprise",
"pages": [
"enterprise/overview",
"enterprise/self-hosting"
]
},
{
"group": "Operations",
"pages": [
"enterprise/operations/install",
"enterprise/operations/upgrade",
"enterprise/operations/air-gapped"
]
}
]
}
]
},
"footer": {
"socials": {
"github": "https://github.com/palazski"
}
}
}