Skip to content

Commit 8c6f501

Browse files
committed
improve features page with subheadings
1 parent c8d77ab commit 8c6f501

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

docs/intro/features.mdx

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,26 @@ description: Defang Features
66

77
# Defang Features
88

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

11-
- Support for [various types of applications](/docs/intro/use-cases): Web services and APIs, mobile app backends, ML services, hosting LLMs, etc.
12-
- Support for your programming [language of choice](/docs/samples): Node.js, Python, Golang, or anything else you can package in a Dockerfile.
11+
### Wide Variety of Use Cases
12+
- Support for [various types of applications](/docs/intro/use-cases): web services and APIs, mobile app backends, ML services, hosting LLMs, etc...
13+
- Support for your programming [language of choice](/docs/samples): Node.js, Python, Golang, or anything else you can package in a Dockerfile
14+
15+
### AI-Driven Features
1316
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/tutorials/generate-new-code-using-ai)
1417
- Built-in AI agent to help you [debug your cloud applications](/docs/concepts/debug)
18+
19+
### Container Friendly
1520
- Automated [Dockerfile builds](/docs/concepts/deployments)
1621
- Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli), from public or private image registries
1722
- 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)
23+
24+
### Effortless Deployment
2025
- [One-command deployments](/docs/getting-started#install-the-defang-cli)
21-
- Support for [GPUs](/docs/concepts/resources)
26+
- Support for [GPUs](/docs/concepts/resources) and [managed storage options](/docs/concepts/managed-storage)
2227
- Support for Infra-as-Code via the [Defang Pulumi provider](/docs/concepts/pulumi)
28+
29+
### Security and Configuration
30+
- Ability to manage [encrypted configuration values](/docs/concepts/configuration)
31+
- Pre-configured environments with built-in [security](/docs/concepts/security), [networking](/docs/concepts/networking), and [observability](/docs/concepts/observability)

0 commit comments

Comments
 (0)