forked from attendee-labs/attendee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscalar.config.json
More file actions
80 lines (80 loc) · 1.68 KB
/
scalar.config.json
File metadata and controls
80 lines (80 loc) · 1.68 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
{
"subdomain": "attendee",
"customDomain": "docs.attendee.dev",
"guides": [
{
"name": "Guides",
"sidebar": [
{
"path": "docs/basics.md",
"type": "page"
},
{
"path": "docs/webhooks.md",
"type": "page"
},
{
"path": "docs/transcription.md",
"type": "page"
},
{
"path": "docs/participant_events.md",
"type": "page"
},
{
"path": "docs/scheduled_bots.md",
"type": "page"
},
{
"path": "docs/signed_in_bots.md",
"type": "page"
},
{
"path": "docs/voice_agents.md",
"type": "page"
},
{
"path": "docs/realtime_audio.md",
"type": "page"
},
{
"path": "docs/calendar_integration.md",
"type": "page"
},
{
"name": "Zoom",
"type": "folder",
"defaultOpen": true,
"children": [
{
"path": "docs/zoom_app_review.md",
"type": "page"
},
{
"path": "docs/zoom_oauth.md",
"type": "page"
}
]
},
{
"path": "docs/faq.md",
"type": "page"
}
]
}
],
"references": [
{
"name": "API Reference",
"path": "docs/openapi.yml"
}
],
"siteConfig": {
"logo": {
"darkMode": "https://app.attendee.dev/static/images/logo_with_text.svg",
"lightMode": "https://app.attendee.dev/static/images/logo_with_text.svg"
},
"footer": ""
},
"publishOnMerge": true
}