Skip to content

Commit

Permalink
chore: run format
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Feb 4, 2025
1 parent a35a60c commit 4d76763
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions src/content/docs/docs/getting-started/deployment-methods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ Features:
- **No platform management responsibilities**.

<Aside type="note" title="Info">
Get started by creating your Distr account
[here](https://signup.distr.sh) and then following the onboarding steps
here.
Get started by creating your Distr account [here](https://signup.distr.sh) and
then following the onboarding steps here.
</Aside>

## Self-Hosted Distr
Expand Down
7 changes: 3 additions & 4 deletions src/content/docs/docs/guides/onboarding-a-helm-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ A modal will open where you can add a new version by entering a name and the cor

**Base Values and Template**

You can provide a base values file and a template file for the Helm chart.
The base values file is a YAML file that contains the default values for the Helm chart.
You can provide a base values file and a template file for the Helm chart.
The base values file is a YAML file that contains the default values for the Helm chart.
The template file is a file that contains the template for the Helm chart.

The template will also be shown later on in the deployment process, so the user can adjust the values before deploying the Helm chart.

Both files are optional.
Both files are optional.

Click on the **Create** button to add the version to your Helm App.

Expand Down Expand Up @@ -93,4 +93,3 @@ This will show you the same screen as above, where you can select your applicati

After you have installed the Distr agent and deployed your Helm App, you can check the status of your deployment in the **Deployments** section.
You can also see the status logs of the deployment by clicking on the **Status** button.

6 changes: 3 additions & 3 deletions src/content/docs/docs/guides/onboarding-a-new-customer.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This will open up a small form where you can enter the name and email address of
When clicking submit, a mail will be sent to the customer with a link to the Distr Customer Portal.

It's now your customer's turn to open the invitation mail, click the link, and set a password for their Distr user account.
They will from now on have access to the Distr Customer Portal, with that exact email address and their chosen password.
They will from now on have access to the Distr Customer Portal, with that exact email address and their chosen password.

## Customer Portal

Expand All @@ -34,11 +34,11 @@ It looks like the Vendor Portal, but has less options and only shows the deploym

## Optional: Branding Options

You can choose to brand the Distr Customer Portal by using your own logo and a welcome page, that can be formatted with Markdown.
You can choose to brand the Distr Customer Portal by using your own logo and a welcome page, that can be formatted with Markdown.
This can be done in the **Branding** section of the Distr vendor portal.
Every customer will see the same branding, customer-specific branding is not supported yet.

![Branding](../../../../assets/docs/guides/branding.png)
![Branding](../../../../assets/docs/guides/branding.png)

The customer portal will now look like this:

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/docs/self-hosting/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Additionally, we also provide some batteries-included deployment examples to hel

## Semantic Versioning

We are using [semantic versioning](https://semver.org/) for the releases of Distr Hub, Distr Agents and Distr SDKs.
We are using [semantic versioning](https://semver.org/) for the releases of Distr Hub, Distr Agents and Distr SDKs.

0 comments on commit 4d76763

Please sign in to comment.