-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
141 lines (141 loc) · 2.99 KB
/
Copy pathdocs.json
File metadata and controls
141 lines (141 loc) · 2.99 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
133
134
135
136
137
138
139
140
141
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Teams Voice Plugin (StandIn)",
"description": "Microsoft Teams AI voice & video bot: real-time conversation, screen vision, and a lip-synced avatar (CVI) for OpenClaw and Hermes Agent, hosted by StandIn.",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
},
"favicon": "/favicon.svg",
"seo": {
"indexing": "all",
"metatags": {
"og:type": "website",
"og:site_name": "Teams Voice Plugin (StandIn)",
"og:image": "https://www.komaa.com/opengraph-image",
"og:image:width": "1200",
"og:image:height": "630",
"twitter:card": "summary_large_image"
}
},
"navigation": {
"pages": [
{
"group": "Getting Started",
"pages": [
"index",
"quickstart",
"community",
"troubleshooting"
]
},
{
"group": "Teams setup",
"pages": [
"teams/overview",
"teams/azure-bot",
"teams/app-package",
"teams/publish"
]
},
{
"group": "Concepts",
"pages": [
"concepts/architecture",
"concepts/modes",
"concepts/features"
]
},
{
"group": "OpenClaw plugin",
"pages": [
"openclaw/installation",
"openclaw/configuration"
]
},
{
"group": "Hermes plugin",
"pages": [
"hermes/installation",
"hermes/configuration"
]
},
{
"group": "ElevenLabs bridge",
"pages": [
"elevenlabs/installation",
"elevenlabs/example",
"elevenlabs/configuration"
]
},
{
"group": "LiveKit bridge",
"pages": [
"livekit/installation",
"livekit/example",
"livekit/configuration"
]
},
{
"group": "OpenAI bridge",
"pages": [
"openai/installation",
"openai/example",
"openai/configuration"
]
},
{
"group": "Deepgram bridge",
"pages": [
"deepgram/installation",
"deepgram/example",
"deepgram/configuration"
]
},
{
"group": "Cartesia bridge",
"pages": [
"cartesia/installation",
"cartesia/example",
"cartesia/configuration"
]
}
]
},
"redirects": [
{
"source": "/teams-app",
"destination": "/teams/azure-bot"
}
],
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"primary": {
"type": "button",
"label": "Get started",
"href": "/quickstart"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"integrations": {
"ga4": {
"measurementId": "G-M02N9C42XH"
}
}
}