Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ suga dev
Use `suga new` to create projects from templates or `suga init` to add Suga
to existing apps
</Card>
<Card title="Visual Editor" icon="pen-to-square" href="/cli/edit">
<Card title="Visual Editor" icon="pencil-ruler" href="/cli/edit">
Use `suga edit` to design your application architecture and configure
deployment targets
</Card>
Comment thread
jyecusch marked this conversation as resolved.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"light": "#2BC65F",
"dark": "#25B355"
},
"icons": {
"library": "lucide"
},
Comment thread
jyecusch marked this conversation as resolved.
"favicon": "/favicon.svg",
"navigation": {
"tabs": [
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/add-suga.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Suga helps you migrate existing applications to a cloud-agnostic architecture. W

</Step>

<Step title="Configure Infrastructure" icon="gear">
<Step title="Configure Infrastructure" icon="cog">
Open the Suga visual editor to design your infrastructure:

```bash title="Open Suga Editor" icon="pencil"
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/local-database-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -60,7 +60,7 @@ Suga doesn't currently auto-provision databases for local development. This guid
<Step title="Configure Database in Suga">
Open the Suga dashboard:

```bash title="Open Suga Editor" icon="edit"
```bash title="Open Suga Editor" icon="pencil-ruler"
suga edit
```

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Built by the team behind [Nitric](https://nitric.io), Suga incorporates lessons
<Card title="GitHub" icon="github" href="https://github.com/nitrictech/suga">
View the source code and contribute to the project.
</Card>
<Card title="Support" icon="question" href="mailto:support@addsuga.com">
<Card title="Support" icon="life-buoy" href="mailto:support@addsuga.com">
Get help from our support team.
</Card>
</Columns>
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Deploy your first application on the Suga platform in just a few steps. The Suga
```
</Step>

<Step title="Design Your Architecture" icon="pen-to-square">
<Step title="Design Your Architecture" icon="pencil-line">
Log in and open the visual editor:

```bash title="Login to Suga" icon="user"
Expand Down