Skip to content

Commit 90bc55a

Browse files
Update product dropdown and homepage icons to FontAwesome v7.2 Classic/Regular/Line (#244)
* Update product dropdown and homepage icons to FontAwesome v7.2 Classic/Regular/Line * Fix APIs icon: use fa-solid for rectangle-api --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 0f653d7 commit 90bc55a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

fern/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ products:
3131
- display-name: Home
3232
slug: /
3333
path: products/home/home.yml
34-
icon: fa-regular fa-house
34+
icon: fa-regular fa-home
3535
subtitle: Overview and getting started
3636

3737
# Column 1 (Products)
3838
- display-name: Platform
3939
slug: platform
4040
path: products/platform/platform.yml
41-
icon: fa-regular fa-gear
41+
icon: fa-regular fa-rectangles-mixed
4242
subtitle: Dashboard, configuration & administration
4343

4444
- display-name: Call Flow Builder
@@ -57,7 +57,7 @@ products:
5757
- display-name: Server SDK
5858
slug: server-sdk
5959
path: products/realtime-sdk/versions/latest.yml
60-
icon: fa-regular fa-bolt
60+
icon: fa-regular fa-server
6161
subtitle: Control communications in real time from your server
6262
versions:
6363
- display-name: v4
@@ -92,7 +92,7 @@ products:
9292
- display-name: APIs
9393
slug: apis
9494
path: products/apis.yml
95-
icon: fa-regular fa-code
95+
icon: fa-solid fa-rectangle-api
9696
subtitle: Send SMS, manage calls, administer SignalWire
9797

9898
- display-name: SWML
@@ -104,7 +104,7 @@ products:
104104
- display-name: Compatibility API
105105
slug: compatibility-api
106106
path: products/compatibility-api/compatibility-api.yml
107-
icon: fa-regular fa-right-left
107+
icon: fa-regular fa-scroll-old
108108
subtitle: Migrate your TwiML™-based applications to SignalWire with ease
109109

110110
theme:

fern/products/home/pages/welcome.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ layout: custom
6262
</div>
6363

6464
<CardGroup cols={3}>
65-
<Card title="REST APIs" icon="fa-regular fa-code" href="/docs/apis">
65+
<Card title="REST APIs" icon="fa-solid fa-rectangle-api" href="/docs/apis">
6666
Complete API reference for voice, video, messaging, and AI services.
6767
</Card>
6868
<Card title="SWML" icon="fa-regular fa-file-code" href="/docs/swml">
@@ -71,7 +71,7 @@ layout: custom
7171
<Card title="Agents SDK" icon="fa-regular fa-robot" href="/docs/agents-sdk">
7272
Create AI agents for voice, video, and text interactions.
7373
</Card>
74-
<Card title="Server SDK" icon="fa-regular fa-bolt" href="/docs/server-sdk/v4/node">
74+
<Card title="Server SDK" icon="fa-regular fa-server" href="/docs/server-sdk/v4/node">
7575
Server-side SDK for managing real-time voice, video, messaging, and chat.
7676
</Card>
7777
<Card title="Browser SDK" icon="fa-regular fa-browser" href="/docs/browser-sdk">
@@ -93,10 +93,10 @@ layout: custom
9393
<Card title="Call Flow Builder" icon="fa-regular fa-diagram-project" href="/docs/call-flow-builder">
9494
Build drag-and-drop calling applications without writing code.
9595
</Card>
96-
<Card title="Platform & Dashboard" icon="fa-regular fa-gear" href="/docs/platform">
96+
<Card title="Platform & Dashboard" icon="fa-regular fa-rectangles-mixed" href="/docs/platform">
9797
Manage your SignalWire space, phone numbers, and resources.
9898
</Card>
99-
<Card title="Wirestarter" icon="fa-regular fa-plug" href="/docs/platform/wirestarter">
99+
<Card title="Wirestarter" icon="fa-regular fa-box-full" href="/docs/platform/wirestarter">
100100
Scaffold a new SignalWire project in seconds.
101101
</Card>
102102
<Card title="SWSH" icon="fa-regular fa-terminal" href="/docs/platform/swsh">

0 commit comments

Comments
 (0)