Skip to content

Commit d1eacb6

Browse files
tighten up the sidebar
1 parent 8aead43 commit d1eacb6

File tree

10 files changed

+13
-16
lines changed

10 files changed

+13
-16
lines changed

docs/concepts/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Concepts",
3-
"position": 300,
3+
"position": 500,
44
"link": {
55
"type": "generated-index",
66
"description": "Some concepts to help explain how the Defang system is organized and tooling that will help you manage your applications."
77
}
88
}
9-

docs/providers/_category_.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"label": "Providers",
3-
"position": 350,
3+
"position": 400,
44
"link": {
55
"type": "generated-index",
66
"description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers."
77
}
8-
}
8+
}

docs/samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Samples
33
description: Sample projects to help you launch services faster with Defang.
4-
sidebar_position: 500
4+
sidebar_position: 600
55
---
66

77
import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"
@@ -12,4 +12,4 @@ Check out our sample projects here to get some inspiration and get a sense of ho
1212

1313
import Samples from "../src/components/Samples";
1414

15-
<Samples />
15+
<Samples />

docs/tutorials/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Tutorials",
3-
"position": 400,
3+
"position": 300,
44
"link": {
55
"type": "generated-index",
66
"description": "Check out these tutorials to learn more about the Defang platform."
77
}
88
}
9-

docs/tutorials/deploy-to-aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy to Amazon Web Services (AWS) with Defang
2+
title: Deploy to AWS
33
description: Defang allows you deploy to your own Amazon Web Services (AWS) account.
44
sidebar_position: 10
55
---

docs/tutorials/deploy-to-digitalocean.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy to Digital Ocean with Defang
2+
title: Deploy to Digital Ocean
33
description: Defang allows you deploy to your own Digital Ocean account.
44
sidebar_position: 10
55
---

docs/tutorials/deploy-to-gcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy to Google Cloud Platform (GCP) with Defang
2+
title: Deploy to GCP
33
description: Defang allows you deploy to your own Google Cloud Platform (GCP) account.
44
sidebar_position: 10
55
---

docs/tutorials/deploy-to-your-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy to your cloud with Defang
2+
title: Deploy to your cloud
33
description: Defang allows you deploy to your own cloud account.
44
sidebar_position: 10
55
---

docs/use-cases/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Use Cases",
3-
"position": 275,
3+
"position": 500,
44
"link": {
55
"type": "doc",
66
"id": "use-cases"
77
}
88
}
9-

docs/use-cases/use-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 100
2+
sidebar_position: 400
33
title: Use Cases
44
description: Use cases for Defang.
55
---
@@ -34,4 +34,4 @@ Some applications are designed to run in stateful environments. For example, a C
3434

3535
## Data Stores
3636

37-
Defang is not a good fit for data stores like databases, caches, and message queues. These types of services are designed to be long-lived and to store data. Defang is primarily designed for stateless workloads, and it's not a good fit for stateful workloads: if a container is replaced, all the data in it is lost. You could probably coerce a data store to work in a stateless environment with certain replication strategies, but it's not a good fit.
37+
Defang is not a good fit for data stores like databases, caches, and message queues. These types of services are designed to be long-lived and to store data. Defang is primarily designed for stateless workloads, and it's not a good fit for stateful workloads: if a container is replaced, all the data in it is lost. You could probably coerce a data store to work in a stateless environment with certain replication strategies, but it's not a good fit.

0 commit comments

Comments
 (0)