-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdocs-config.json
More file actions
162 lines (162 loc) · 5.68 KB
/
Copy pathdocs-config.json
File metadata and controls
162 lines (162 loc) · 5.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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"metadata": {
"name": "discli",
"description": "Discord CLI for AI Agents & Humans — documentation",
"url": "https://discli.dev"
},
"branding": {
"favicon": "/logo.svg",
"logo": {
"light": "/logo.svg",
"dark": "/logo.svg",
"href": "/"
},
"colors": {
"primary": "#5865F2",
"secondary": "#818cf8",
"accent": "#5865F2",
"background": "#fafafa",
"text": "#111111"
},
"fonts": {
"heading": "DM Sans",
"body": "DM Sans",
"code": "JetBrains Mono"
}
},
"navigation": {
"navbar": {
"links": [
{ "label": "GitHub", "href": "https://github.com/DevRohit06/discli" },
{ "label": "PyPI", "href": "https://pypi.org/project/discord-cli-agent/" }
],
"cta": { "label": "Get Started", "href": "/getting-started/installation" }
},
"sidebar": [
{
"label": "Getting Started",
"items": [
{ "label": "Installation", "href": "/getting-started/installation" },
{ "label": "Quickstart", "href": "/getting-started/quickstart" },
{ "label": "Configuration", "href": "/getting-started/configuration" },
{ "label": "Your First Bot", "href": "/getting-started/your-first-bot" }
]
},
{
"label": "Guides",
"items": [
{ "label": "CLI Usage", "href": "/guides/cli-usage" },
{ "label": "Building Agents", "href": "/guides/building-agents" },
{ "label": "Serve Mode", "href": "/guides/serve-mode" },
{ "label": "Streaming Responses", "href": "/guides/streaming-responses" },
{ "label": "Slash Commands", "href": "/guides/slash-commands" },
{ "label": "Security & Permissions", "href": "/guides/security-permissions" },
{ "label": "Scripting & Automation", "href": "/guides/scripting-automation" },
{ "label": "Components & Modals", "href": "/guides/components-modals" },
{ "label": "Voice", "href": "/guides/voice" },
{ "label": "AI Agent", "href": "/guides/ai-agent" }
]
},
{
"label": "Use Cases",
"items": [
{ "label": "AI Support Agent", "href": "/use-cases/ai-support-agent" },
{ "label": "Meeting Transcription", "href": "/use-cases/meeting-transcription" },
{ "label": "Moderation Bot", "href": "/use-cases/moderation-bot" },
{ "label": "Thread-Based Support", "href": "/use-cases/thread-based-support" },
{ "label": "Channel Logger", "href": "/use-cases/channel-logger" },
{ "label": "CI Notifications", "href": "/use-cases/ci-notifications" },
{ "label": "AI Serve Agent", "href": "/use-cases/ai-serve-agent" }
]
},
{
"label": "Architecture",
"items": [
{ "label": "Overview", "href": "/architecture/overview" },
{ "label": "Serve Protocol", "href": "/architecture/serve-protocol" },
{ "label": "Security Model", "href": "/architecture/security-model" },
{ "label": "Token Resolution", "href": "/architecture/token-resolution" }
]
},
{
"label": "Comparisons",
"items": [
{ "label": "vs Discord Libraries", "href": "/comparisons/vs-discord-libraries" },
{ "label": "vs CLI Tools", "href": "/comparisons/vs-cli-tools" },
{ "label": "vs Hosted Bots", "href": "/comparisons/vs-hosted-bots" },
{ "label": "Why discli?", "href": "/comparisons/why-discli" }
]
},
{
"label": "Troubleshooting",
"items": [
{ "label": "Common Issues", "href": "/troubleshooting/common-issues" },
{ "label": "Windows Quirks", "href": "/troubleshooting/windows-quirks" },
{ "label": "Edge Cases", "href": "/troubleshooting/edge-cases" },
{ "label": "FAQ", "href": "/troubleshooting/faq" }
]
},
{
"label": "Reference",
"items": [
{ "label": "CLI Commands", "href": "/reference/cli-commands" },
{ "label": "Serve Actions", "href": "/reference/serve-actions" },
{ "label": "Serve Events", "href": "/reference/serve-events" },
{ "label": "Permission Profiles", "href": "/reference/permission-profiles" },
{ "label": "Component Types", "href": "/reference/component-types" }
]
}
]
},
"landing": {
"type": "custom",
"source": "_landing",
"navbar": false,
"footer": false
},
"footer": {
"layout": "full",
"tagline": "Discord CLI for AI Agents & Humans",
"copyright": "\u00a9 {year} Rohit Kushwaha. MIT License.",
"showBranding": true,
"socials": {
"github": "https://github.com/DevRohit06/discli"
},
"links": [
{
"title": "Docs",
"items": [
{ "label": "Getting Started", "href": "/getting-started/installation" },
{ "label": "Guides", "href": "/guides/cli-usage" },
{ "label": "Reference", "href": "/reference/cli-commands" }
]
},
{
"title": "Community",
"items": [
{ "label": "GitHub", "href": "https://github.com/DevRohit06/discli" },
{ "label": "PyPI", "href": "https://pypi.org/project/discord-cli-agent/" },
{ "label": "Contributing", "href": "https://github.com/DevRohit06/discli/blob/main/CONTRIBUTING.md" }
]
}
]
},
"theme": {
"mode": "auto",
"defaultDark": true
},
"search": {
"enabled": true,
"provider": "local",
"placeholder": "Search docs..."
},
"integrations": {
"editPage": {
"enabled": true,
"pattern": "https://github.com/DevRohit06/discli/edit/main/docs/{path}"
},
"lastUpdated": {
"enabled": true
}
}
}