Skip to content

Commit 7cf46cc

Browse files
alphabetize sidebar items (#280)
1 parent 8c53fc5 commit 7cf46cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+73
-128
lines changed

docs/concepts/accounts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Accounts
33
description: How accounts are organized in Defang.
4-
sidebar_position: 100
54
---
65

76
# Accounts

docs/concepts/authentication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
sidebar_position: 200
32
title: Authentication
43
description: Authenticating with Defang.
54
---

docs/concepts/compose.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Compose
33
description: Defang allows you to use the compose.yaml specification to deploy your application to the cloud.
4-
sidebar_position: 150
54
---
65

76
# Compose

docs/concepts/configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Configuration
33
description: Configuring your Defang application, including sensitive config values like API keys, passwords, and other credentials.
4-
sidebar_position: 225
54
---
65

76
# Configuration
@@ -67,7 +66,7 @@ In the example above, if we assume the value of the configuration variable ***US
6766
6867
During `defang compose up` all variable references will be replaced with the actual value and made available in the container. If any referenced variable is not found the `defang compose up` command will be canceled.
6968
70-
## Using Config with Pulumi
69+
## Using Config with Pulumi
7170
In Defang, using config with [Pulumi](./pulumi.md) gives you the advantage of being able to manage your environment variables across different environments using Pulumi stacks.
7271
7372
:::tip

docs/concepts/debug.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Debug
33
description: Defang uses AI to help you debug your cloud applications.
4-
sidebar_position: 650
54
---
65

76
# Debug
@@ -16,20 +15,20 @@ Defang has another AI-driven tool called [`generate`](/docs/concepts/generate).
1615

1716
Here is a typical workflow in the [Defang CLI](/docs/getting-started) that will automatically run the AI debugger tool:
1817

19-
1. When you deploy a project with Defang (i.e. `defang compose up`), the CLI will wait for all services' statuses to switch to healthy.
18+
1. When you deploy a project with Defang (i.e. `defang compose up`), the CLI will wait for all services' statuses to switch to healthy.
2019

2120
2. If any service fails to deploy, the AI debugger will kick in and ask for permission.
2221

2322
3. The AI agent will analyze the logs and files in your project to identify the issue(s).
2423

25-
4. Then, it will provide you with the suggested fix(es) in the terminal.
24+
4. Then, it will provide you with the suggested fix(es) in the terminal.
2625

2726
:::tip
2827
The AI debugger will not change your files. Instead, it will show you a suggestion, and it is up to you if you want to use it in your code.
2928
:::
3029

31-
The AI debugger only kicks in when any service in a project fails to deploy. This could be because of a build failure, healthchecks failing, or a variety of other issues.
30+
The AI debugger only kicks in when any service in a project fails to deploy. This could be because of a build failure, healthchecks failing, or a variety of other issues.
3231

3332
:::info
34-
The AI debugger only kicks in when any service in a project fails to deploy. At the moment, we do not offer any way to trigger the AI debugger manually.
33+
The AI debugger only kicks in when any service in a project fails to deploy. At the moment, we do not offer any way to trigger the AI debugger manually.
3534
:::

docs/concepts/defang-byoc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Defang BYOC
33
description: Defang allows you deploy services, defined as containers, to your own cloud accounts.
4-
sidebar_position: 50
54
---
65

76
# Defang BYOC

docs/concepts/defang-playground.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Defang Playground
33
description: Defang Playground allows you to get a feel for how Defang works without running production workloads in your own cloud accounts.
4-
sidebar_position: 00
54
---
65

76
# Defang Playground

docs/concepts/deployment-modes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Deployment Modes
33
description: Defang provides three deployment modes which allow you to balance cost and resiliency.
4-
sidebar_position: 501
54
---
65

76
# Deployment Modes

docs/concepts/deployments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Deployment
33
description: Defang will build your services in the cloud and manage the deployment process for you.
4-
sidebar_position: 500
54
---
65

76
# Deployment

docs/concepts/domains.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
---
2-
title: Domains
2+
title: Domains
33
description: Defang helps you provision SSL certificates and expose your services to the internet.
4-
sidebar_position: 280
54
---
65
import Tabs from '@theme/Tabs';
76
import TabItem from '@theme/TabItem';
87

98
# Domains
109

11-
Defang helps you provision SSL certificates and expose your services to the internet. You can expose your services using Defang-hosted domains or bring your own custom domain with [Defang BYOC](./defang-byoc.md). This page explains how to configure your services to be accessible from the public internet.
10+
Defang helps you provision SSL certificates and expose your services to the internet. You can expose your services using Defang-hosted domains or bring your own custom domain with [Defang BYOC](./defang-byoc.md). This page explains how to configure your services to be accessible from the public internet.
1211

1312
## Defang-hosted Domains
1413

15-
To make your service accessible from the public internet with Defang-hosted domains (under `defang.app`), you simply expose ports in your service definition.
14+
To make your service accessible from the public internet with Defang-hosted domains (under `defang.app`), you simply expose ports in your service definition.
1615

1716
### Structure
1817

19-
Defang-hosted domains use a structure that is based on your username and service name.
18+
Defang-hosted domains use a structure that is based on your username and service name.
2019

2120
<Tabs>
2221
<TabItem value="playground" label="Playground" default>
@@ -46,7 +45,7 @@ services:
4645
ports:
4746
// highlight-start
4847
- mode: ingress
49-
target: 3000
48+
target: 3000
5049
protocol: http
5150
// highlight-end
5251
```
@@ -103,7 +102,7 @@ services:
103102
ports:
104103
// highlight-start
105104
- mode: ingress
106-
target: 3000
105+
target: 3000
107106
protocol: http
108107
// highlight-end
109108
```

0 commit comments

Comments
 (0)