|
47 | 47 | }
|
48 | 48 | },
|
49 | 49 | "navigation": [
|
50 |
| - { |
51 |
| - "group": "Getting Started", |
52 |
| - "pages": [ |
53 |
| - "welcome", |
54 |
| - "hosted-quickstart", |
55 |
| - "open-source-quickstarts" |
56 |
| - ] |
57 |
| - }, |
58 | 50 | {
|
59 | 51 | "group": "Vocode 101",
|
60 | 52 | "pages": [
|
|
64 | 56 | ]
|
65 | 57 | },
|
66 | 58 | {
|
67 |
| - "group": "Guides", |
| 59 | + "group": "Getting Started", |
68 | 60 | "pages": [
|
69 | 61 | "open-source/python-quickstart",
|
| 62 | + "open-source/react-quickstart", |
70 | 63 | "open-source/telephony",
|
| 64 | + "open-source/turn-based-conversation" |
| 65 | + ] |
| 66 | + }, |
| 67 | + { |
| 68 | + "group": "Agents", |
| 69 | + "pages": [ |
71 | 70 | "open-source/create-your-own-agent",
|
72 | 71 | "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": [ |
73 | 90 | "open-source/agents-with-actions",
|
74 | 91 | "open-source/action-phrase-triggers",
|
75 |
| - "open-source/external-action", |
| 92 | + "open-source/external-action" |
| 93 | + ] |
| 94 | + }, |
| 95 | + { |
| 96 | + "group": "Conversation Tuning", |
| 97 | + "pages": [ |
76 | 98 | "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": [ |
83 | 105 | "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" |
87 | 119 | ]
|
88 | 120 | },
|
89 | 121 | {
|
|
0 commit comments