-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
122 lines (122 loc) · 2.94 KB
/
Copy pathdocs.json
File metadata and controls
122 lines (122 loc) · 2.94 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "sequoia",
"name": "Nvisy",
"colors": {
"primary": "#2563EB",
"light": "#3B82F6",
"dark": "#1E40AF"
},
"favicon": "/images/nvisy.png",
"navigation": {
"tabs": [
{
"tab": "Docs",
"groups": [
{
"group": "Overview",
"pages": ["index", "quickstart", "faq"]
},
{
"group": "Features",
"pages": [
"features/redaction-workflow",
"features/ai-detection",
"features/supported-formats",
"features/audit-trails",
"features/integrations"
]
},
{
"group": "Cloud",
"pages": ["deployment/cloud/authentication", "deployment/cloud/getting-started"]
},
{
"group": "On-Premise",
"pages": [
"deployment/on-premise/requirements",
"deployment/on-premise/installation",
"deployment/on-premise/getting-started"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "API Reference",
"pages": ["api-reference/introduction"]
},
{
"group": "Endpoints",
"openapi": {
"source": "/api-reference/openapi.json",
"directory": "api-reference"
}
}
]
},
{
"tab": "SDKs & Libraries",
"groups": [
{
"group": "TypeScript",
"pages": ["sdks/typescript/quickstart", "sdks/typescript/api-reference", "sdks/typescript/examples"]
},
{
"group": "Python",
"pages": ["sdks/python/quickstart", "sdks/python/api-reference", "sdks/python/examples"]
},
{
"group": "Rust",
"pages": ["sdks/rust/quickstart", "sdks/rust/api-reference", "sdks/rust/examples"]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "GitHub",
"href": "https://github.com/nvisycom",
"icon": "github"
},
{
"anchor": "Website",
"href": "https://nvisy.com",
"icon": "globe"
},
{
"anchor": "Community",
"href": "https://github.com/nvisycom",
"icon": "slack"
}
]
}
},
"logo": {
"light": "/images/nvisy.png",
"dark": "/images/nvisy.png"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:support@nvisy.com"
}
],
"primary": {
"type": "button",
"label": "Get Started",
"href": "https://nvisy.com"
}
},
"footer": {
"socials": {
"github": "https://github.com/nvisycom",
"linkedin": "https://linkedin.com/company/nvisy",
"website": "https://nvisy.com"
}
}
}