Skip to content

Commit 9fa32c3

Browse files
move monitoring and updating docs into tutorials
1 parent ad6aae1 commit 9fa32c3

File tree

5 files changed

+14
-212
lines changed

5 files changed

+14
-212
lines changed

docs/getting-started/getting-started.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

docs/getting-started/monitor.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/getting-started/update.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/intro/features.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ description: Defang Features
88

99
Defang provides a streamlined experience to develop, deploy, observe, and update your cloud applications. Defang includes the following features:
1010

11-
- Support for [various types of applications](/docs/use-cases): Web services and APIs, mobile app backends, ML services, hosting LLMs, etc.
11+
- Support for [various types of applications](/docs/intro/use-cases): Web services and APIs, mobile app backends, ML services, hosting LLMs, etc.
1212
- Support for your programming [language of choice](/docs/samples): Node.js, Python, Golang, or anything else you can package in a Dockerfile.
13-
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/concepts/generate.md)
14-
- Built-in AI agent to help you [debug your cloud applications](/docs/concepts/debug.md)
15-
- Automated [Dockerfile builds](/docs/concepts/deployments.md)
16-
- Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli.mdx), from public or private image registries
17-
- Ability to express your project configuration using a [Docker Compose YAML](/docs/concepts/compose.md) file
18-
- Ability to manage [encrypted configuration values](/docs/concepts/configuration.md)
19-
- Pre-configured environments with built-in [security](/docs/concepts/security.md), [networking](/docs/concepts/networking.mdx), and [observability](/docs/concepts/observability.md)
20-
- [One-command deployments](/docs/getting-started#install-the-defang-cli.md)
21-
- Support for [GPUs](/docs/concepts/resources.md)
22-
- Support for Infra-as-Code via the [Defang Pulumi provider](/docs/concepts/pulumi.md)
13+
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/concepts/generate)
14+
- Built-in AI agent to help you [debug your cloud applications](/docs/concepts/debug)
15+
- Automated [Dockerfile builds](/docs/concepts/deployments)
16+
- Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli), from public or private image registries
17+
- Ability to express your project configuration using a [Docker Compose YAML](/docs/concepts/compose) file
18+
- Ability to manage [encrypted configuration values](/docs/concepts/configuration)
19+
- Pre-configured environments with built-in [security](/docs/concepts/security), [networking](/docs/concepts/networking), and [observability](/docs/concepts/observability)
20+
- [One-command deployments](/docs/getting-started#install-the-defang-cli)
21+
- Support for [GPUs](/docs/concepts/resources)
22+
- Support for Infra-as-Code via the [Defang Pulumi provider](/docs/concepts/pulumi)

docs/intro/use-cases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Some applications are designed to run in stateful environments. For example, a C
3434

3535
## Data Stores
3636

37-
Defang now offers support for stateful workloads through our [managed storage](./concepts/managed-storage) options, including [Postgres](./concepts/managed-storage/managed-postgres) and [Redis](./concepts/managed-storage/managed-redis) for data stores. However, we do not recommend using unsupported data stores with Defang, as this may lead to permanent data loss.
37+
Defang now offers support for stateful workloads through our [managed storage](/docs/concepts/managed-storage) options, including [Postgres](/docs/concepts/managed-storage/managed-postgres) and [Redis](/docs/concepts/managed-storage/managed-redis) for data stores. However, we do not recommend using unsupported data stores with Defang, as this may lead to permanent data loss.
3838

3939
:::info
40-
To better serve our users, we will be introducing additional managed storage options, such as [Object Storage](concepts/managed-storage/managed-object-storage), in the near future.
40+
To better serve our users, we will be introducing additional managed storage options, such as [Object Storage](/docs/concepts/managed-storage/managed-object-storage), in the near future.
4141
:::
4242

43-
Please be aware that if you choose not to use a Defang-supported [managed storage](./concepts/managed-storage) option, there is a risk that any data stored in a container may be lost if the container is replaced.
43+
Please be aware that if you choose not to use a Defang-supported [managed storage](/docs/concepts/managed-storage) option, there is a risk that any data stored in a container may be lost if the container is replaced.

0 commit comments

Comments
 (0)