@@ -22,27 +22,33 @@ layout:
2222experimental :
2323 ai-examples : false
2424
25-
26-
2725products :
2826 - display-name : Home
2927 slug : /
3028 path : products/home/home.yml
3129 icon : fa-regular fa-house
3230 subtitle : Overview and getting started
3331
34- - display-name : APIs
35- slug : apis
36- path : products/apis.yml
37- icon : fa-regular fa-code
38- subtitle : REST API reference and guides
32+ # Column 1 (Products)
33+ - display-name : Platform
34+ slug : platform
35+ path : products/platform/platform.yml
36+ icon : fa-regular fa-gear
37+ subtitle : Dashboard, configuration & administration
3938
4039 - display-name : SWML
4140 slug : swml
4241 path : products/swml/swml.yml
4342 icon : fa-regular fa-file-code
44- subtitle : SignalWire Markup Language
43+ subtitle : Write communication applications, call flows and AI agents
44+
45+ - display-name : Call Flow Builder
46+ slug : call-flow-builder
47+ path : products/call-flow-builder/call-flow-builder.yml
48+ icon : fa-regular fa-diagram-project
49+ subtitle : Drag-and-drop call flows and AI agents
4550
51+ # Column 2 (SDKs)
4652 - display-name : Agents SDK
4753 slug : agents-sdk
4854 path : products/agents-sdk/agents-sdk.yml
@@ -53,7 +59,7 @@ products:
5359 slug : server-sdk
5460 path : products/realtime-sdk/versions/latest.yml
5561 icon : fa-regular fa-bolt
56- subtitle : WebSocket-based server SDK
62+ subtitle : Control communications in real time from your server
5763 versions :
5864 - display-name : v4
5965 path : products/realtime-sdk/versions/latest.yml
@@ -72,7 +78,7 @@ products:
7278 slug : browser-sdk
7379 path : products/browser-sdk/versions/latest.yml
7480 icon : fa-regular fa-browser
75- subtitle : Client-side WebRTC SDK
81+ subtitle : Build voice, video and chat applications for the browser
7682 versions :
7783 - display-name : v3
7884 path : products/browser-sdk/versions/latest.yml
@@ -83,32 +89,19 @@ products:
8389 availability : deprecated
8490 slug : v2
8591
86- - display-name : Platform
87- slug : platform
88- path : products/platform/platform.yml
89- icon : fa-regular fa-gear
90- subtitle : Dashboard, configuration & admin
92+ # Column 3 (APIs)
93+ - display-name : APIs
94+ slug : apis
95+ path : products/apis.yml
96+ icon : fa-regular fa-code
97+ subtitle : REST API reference and guides
9198
9299 - display-name : Compatibility API
93100 slug : compatibility-api
94101 path : products/compatibility-api/compatibility-api.yml
95102 icon : fa-regular fa-right-left
96103 subtitle : Migrate your TwiML™-based applications to SignalWire with ease
97104
98- # Column 3 (Tools)
99- - display-name : Call Flow Builder
100- slug : call-flow-builder
101- path : products/call-flow-builder/call-flow-builder.yml
102- icon : fa-regular fa-diagram-project
103-
104- - display-name : Wirestarter
105- href : /platform/tools/wirestarter
106- icon : fa-regular fa-plug
107-
108- - display-name : SWSH
109- href : /platform/tools/swsh
110- icon : fa-regular fa-terminal
111-
112105theme :
113106 page-actions : toolbar
114107
0 commit comments