Skip to content

Commit 2a51bbe

Browse files
authored
Merge pull request #170 from signalwire/nko/drop
Reorganise Dropdown
2 parents 3198626 + e8eb69c commit 2a51bbe

4 files changed

Lines changed: 354 additions & 129 deletions

File tree

Lines changed: 156 additions & 21 deletions
Loading

fern/docs.yml

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,33 @@ layout:
2222
experimental:
2323
ai-examples: false
2424

25-
26-
2725
products:
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-
112105
theme:
113106
page-actions: toolbar
114107

fern/products/platform/pages/tools/overview.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,4 @@ Learn about the tools built to streamline the developer experience of building w
2727
Quickly bootstrap a versatile development and testing environment with the WireStarter Docker container, pre-loaded with demo apps for immediate use
2828
</Card>
2929

30-
<Card
31-
title="Click-to-Call"
32-
icon="solid phone"
33-
href="/browser-sdk/click-to-call"
34-
>
35-
Build a click-to-call (C2C) widget for your website to connect customers with your business
36-
</Card>
37-
3830
</CardGroup>

0 commit comments

Comments
 (0)