-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
132 lines (132 loc) · 2.95 KB
/
Copy pathdocs.json
File metadata and controls
132 lines (132 loc) · 2.95 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
125
126
127
128
129
130
131
132
{
"$schema": "https://mintlify.com/docs.json",
"theme": "almond",
"name": "WAND Documentation",
"description": "Tencent Cloud WAND 공식 고객용 문서. AIGC 엔진 연동, MPS 기능 API Reference, TokenHub 가이드를 제공합니다.",
"colors": {
"primary": "#0052D9",
"light": "#366EF4",
"dark": "#072356"
},
"favicon": "/favicon.svg",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [],
"primary": {
"type": "button",
"label": "Console",
"href": "https://console.tencentcloud.com/vod"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {}
},
"navigation": {
"pages": [
{
"group": "Getting Started",
"icon": "rocket",
"pages": [
"index",
"quickstart"
]
},
{
"group": "WAND AIGC",
"icon": "wand-magic-sparkles",
"pages": [
"wand-aigc/text",
"wand-aigc/image",
"wand-aigc/video",
"wand-aigc/3d",
"wand-aigc/music"
]
},
{
"group": "MPS Features",
"icon": "film",
"pages": [
"mps/transcoding",
"mps/quality-enhancement",
"mps/audio-separation",
"mps/subtitle",
"mps/erase",
"mps/quality-inspection",
{
"group": "Image Processing",
"icon": "image",
"pages": [
"mps/image-processing",
"mps/image-cutout",
"mps/image-outpainting",
"mps/image-repaint",
"mps/image-tryon",
"mps/image-bg-fusion",
"mps/image-poster-suite",
"mps/image-comprehension",
"mps/image-detection",
"mps/image-multiview",
"mps/image-split",
"mps/image-changemodel"
]
},
"mps/dubbing",
"mps/content-understanding",
"mps/deduplication",
"mps/video-remix",
"mps/narration",
"mps/highlight",
"mps/orientation-conversion",
"mps/doc-to-video",
"mps/task-query",
"mps/usage-query",
"mps/cos"
]
},
{
"group": "TokenHub",
"icon": "key",
"pages": [
"tokenhub/quickstart",
"tokenhub/api-usage",
"tokenhub/model-list",
"tokenhub/api-key"
]
},
{
"group": "Appendix",
"icon": "book",
"pages": [
"appendix/error-codes",
"appendix/faq",
"appendix/billing"
]
}
]
},
"icons": {
"library": "lucide"
},
"appearance": {
"default": "dark",
"strict": true
},
"metadata": {
"timestamp": true
}
}