Skip to content

Commit b74c85b

Browse files
authored
reorganize docs into groups (vocodedev#568)
1 parent 2a29830 commit b74c85b

File tree

2 files changed

+52
-20
lines changed

2 files changed

+52
-20
lines changed

Diff for: docs/mint.json

+51-19
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@
4747
}
4848
},
4949
"navigation": [
50-
{
51-
"group": "Getting Started",
52-
"pages": [
53-
"welcome",
54-
"hosted-quickstart",
55-
"open-source-quickstarts"
56-
]
57-
},
5850
{
5951
"group": "Vocode 101",
6052
"pages": [
@@ -64,26 +56,66 @@
6456
]
6557
},
6658
{
67-
"group": "Guides",
59+
"group": "Getting Started",
6860
"pages": [
6961
"open-source/python-quickstart",
62+
"open-source/react-quickstart",
7063
"open-source/telephony",
64+
"open-source/turn-based-conversation"
65+
]
66+
},
67+
{
68+
"group": "Agents",
69+
"pages": [
7170
"open-source/create-your-own-agent",
7271
"open-source/agent-factory",
72+
"open-source/langchain-agent"
73+
]
74+
},
75+
{
76+
"group": "Synthesizers (Voice)",
77+
"pages": [
78+
"open-source/using-synthesizers"
79+
]
80+
},
81+
{
82+
"group": "Transcribers (Speech-to-Text)",
83+
"pages": [
84+
"open-source/using-transcribers"
85+
]
86+
},
87+
{
88+
"group": "Actions",
89+
"pages": [
7390
"open-source/agents-with-actions",
7491
"open-source/action-phrase-triggers",
75-
"open-source/external-action",
92+
"open-source/external-action"
93+
]
94+
},
95+
{
96+
"group": "Conversation Tuning",
97+
"pages": [
7698
"open-source/conversation-mechanics",
77-
"open-source/events-manager",
78-
"open-source/using-synthesizers",
79-
"open-source/using-transcribers",
80-
"open-source/react-quickstart",
81-
"open-source/playground",
82-
"open-source/sentry",
99+
"open-source/language-support"
100+
]
101+
},
102+
{
103+
"group": "Monitoring",
104+
"pages": [
83105
"open-source/logging-with-loguru",
84-
"open-source/turn-based-conversation",
85-
"open-source/language-support",
86-
"open-source/langchain-agent"
106+
"open-source/sentry"
107+
]
108+
},
109+
{
110+
"group": "Testing",
111+
"pages": [
112+
"open-source/playground"
113+
]
114+
},
115+
{
116+
"group": "Advanced Functionality",
117+
"pages": [
118+
"open-source/events-manager"
87119
]
88120
},
89121
{

Diff for: docs/open-source/agents-with-actions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Agents with Actions'
2+
title: 'Adding Actions to Agents'
33
description: 'Empower agents to take actions during conversations.'
44
---
55

0 commit comments

Comments
 (0)