From a646fd1f99fcc78aa7264a79ddc5d69e2303ddb3 Mon Sep 17 00:00:00 2001 From: Jye Cusch Date: Mon, 22 Sep 2025 14:01:18 +1000 Subject: [PATCH] docs: use lucide icons instead of font awesome --- docs/cli.mdx | 2 +- docs/docs.json | 3 +++ docs/guides/add-suga.mdx | 2 +- docs/guides/local-database-setup.mdx | 4 ++-- docs/introduction.mdx | 2 +- docs/quickstart.mdx | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/cli.mdx b/docs/cli.mdx index 416bf628..8722e8fd 100644 --- a/docs/cli.mdx +++ b/docs/cli.mdx @@ -51,7 +51,7 @@ suga dev Use `suga new` to create projects from templates or `suga init` to add Suga to existing apps - + Use `suga edit` to design your application architecture and configure deployment targets diff --git a/docs/docs.json b/docs/docs.json index f8e85f65..83802f81 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -7,6 +7,9 @@ "light": "#2BC65F", "dark": "#25B355" }, + "icons": { + "library": "lucide" + }, "favicon": "/favicon.svg", "navigation": { "tabs": [ diff --git a/docs/guides/add-suga.mdx b/docs/guides/add-suga.mdx index bde7d0dd..babcebb8 100644 --- a/docs/guides/add-suga.mdx +++ b/docs/guides/add-suga.mdx @@ -31,7 +31,7 @@ Suga helps you migrate existing applications to a cloud-agnostic architecture. W - + Open the Suga visual editor to design your infrastructure: ```bash title="Open Suga Editor" icon="pencil" diff --git a/docs/guides/local-database-setup.mdx b/docs/guides/local-database-setup.mdx index d42b8b87..b1041126 100644 --- a/docs/guides/local-database-setup.mdx +++ b/docs/guides/local-database-setup.mdx @@ -50,7 +50,7 @@ Suga doesn't currently auto-provision databases for local development. This guid Verify it's running: - ```bash title="Verify Database" icon="check-circle" + ```bash title="Verify Database" icon="circle-check" docker compose ps ``` @@ -60,7 +60,7 @@ Suga doesn't currently auto-provision databases for local development. This guid Open the Suga dashboard: - ```bash title="Open Suga Editor" icon="edit" + ```bash title="Open Suga Editor" icon="pencil-ruler" suga edit ``` diff --git a/docs/introduction.mdx b/docs/introduction.mdx index a2650e3e..0ca34eb3 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -173,7 +173,7 @@ Built by the team behind [Nitric](https://nitric.io), Suga incorporates lessons View the source code and contribute to the project. - + Get help from our support team. diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 528cc8b5..791f68c3 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -37,7 +37,7 @@ Deploy your first application on the Suga platform in just a few steps. The Suga ``` - + Log in and open the visual editor: ```bash title="Login to Suga" icon="user"