Skip to content
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
6 changes: 3 additions & 3 deletions getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Click the **New Compute** button to open the compute creation page.

You will need to make several configuration choices. Here are the key decisions:

#### 1. Choose Your Operating System
#### 1. Choose Your Image

Select the Linux distribution you want to run. Currently, we offer Ubuntu 22 LTS and Ubuntu 24 LTS. Additional distributions (Debian and others) will be available in the coming months.
Select the operating system or pre-configured application you want to run. We currently offer **Ubuntu 22 LTS**, **Ubuntu 24 LTS**, and **Debian 13**, alongside pre-baked **Application Images**: Supabase, Dokploy, and Coolify that come with the platform already installed.

Both Ubuntu versions are Long Term Support (LTS) releases, making them reliable choices for production applications.
The Ubuntu versions are Long Term Support (LTS) releases, while Debian 13 is a stable release. All are reliable choices for production applications, but their support lifecycles differ.

#### 2. Select Instance Specifications

Expand Down
4 changes: 2 additions & 2 deletions guides/computes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Navigate to the **Computes** tab and click **New Compute** to begin. You'll conf
</Step>

<Step title="Choose Image">
Select an operating system image for your compute.
Select an operating system or application image for your compute.

<Frame>
<img src="/images/computes/choose-image.png" style={{ borderRadius: "0.2rem" }} />
</Frame>

Available images include popular Linux distributions. Choose based on your application requirements and team familiarity.
Available images include popular Linux distributions, as well as pre-configured application platforms like Supabase, Dokploy, and Coolify. Choose based on your application requirements and team familiarity.
</Step>

<Step title="Choose Type and Specifications">
Expand Down
4 changes: 2 additions & 2 deletions guides/domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ description: "End-to-end guide to registering a domain on Strettch Cloud, pointi
## Create new domain

<AccordionGroup>
<Accordion title="Registering a domain" icon="rocket" iconType="solid">
First, Click **Register Domain**. Input an domain address click confirm to validate the availability of the respective domain name. and click on **Confirm** to validate it.
<Accordion title="Setup a domain" icon="rocket" iconType="solid">
First, Click **Setup Domain**. Input an domain address click confirm to validate the availability of the respective domain name. and click on **Confirm** to validate it.
* If a domain is not valid you will receive a toast and you may change the domain name.
* when a domain is valid and hence confirmed you will move to the next steps.
<Frame>
Expand Down
4 changes: 2 additions & 2 deletions guides/teams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ description: "Step-by-step guide to inviting members, changing roles, switching


1. Navigate to your **Team Settings**
2. Click **upload input**. nect to the avatar placeholders.
3. Upload an image file to use as the team avatar.
2. Navigate to the **Team Avatar** section.
3. Select a color to use as the team avatar.

<Frame>
<img src="/images/teams/avatar-setup.png" style={{ borderRadius: '0.2rem' }} />
Expand Down
Binary file modified images/computes/choose-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/computes/choose-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/computes/compute-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/computes/create-compute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/domains/add-nameservers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/domains/validate-domain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/domains/verify-domain-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/teams/avatar-setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/teams/team-selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions services/dns/managing-dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Before you can manage DNS records, you need to register a domain with Strettch C
Go to your team's dashboard and select the **Domains** tab.
</Step>

<Step title="Register Domain">
Click **Register Domain**. Enter the domain address you want to register (e.g., `example.com`).
<Step title="Setup Domain">
Click **Setup Domain**. Enter the domain address you want to register (e.g., `example.com`).
Comment thread
eveumutoni marked this conversation as resolved.
</Step>

<Step title="Validate Domain">
Expand Down
11 changes: 4 additions & 7 deletions services/teams/managing-teams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Add collaborators to your team so they can help manage resources.
Open your team settings page from the dashboard.
</Step>

<Step title="Click Invite Members">
<Step title="Click Members">
Click on "Invite Members".
Input an email address and select a role:
- **Member**: Can manage emails, domains, and webhooks
- **Admin**: Has all Member permissions plus ability to invite users, update payments, and delete the team
Expand All @@ -39,12 +40,8 @@ Customize your team's appearance with a custom avatar.
Open your team settings page from the dashboard.
</Step>

<Step title="Click the Upload Input">
Find the upload button next to the avatar placeholder.
</Step>

<Step title="Upload Your Image">
Select an image file to use as the team avatar.
<Step title="Team Avatar">
Click on the colorful button and choose among the available options.
</Step>
</Steps>

Expand Down
Loading