Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Defang provides a streamlined experience to develop, deploy, observe, and update

- Support for [various types of applications](/docs/intro/use-cases): Web services and APIs, mobile app backends, ML services, hosting LLMs, etc.
- Support for your programming [language of choice](/docs/samples): Node.js, Python, Golang, or anything else you can package in a Dockerfile.
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/concepts/generate)
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/tutorials/generate-new-code-using-ai)
- Built-in AI agent to help you [debug your cloud applications](/docs/concepts/debug)
- Automated [Dockerfile builds](/docs/concepts/deployments)
- Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli), from public or private image registries
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/what-is-defang.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Defang can automatically build and deploy your project with a single command.
* [DigitalOcean](/docs/tutorials/deploy-to-digitalocean)
* [Google Cloud Platform (GCP)](/docs/tutorials/deploy-to-gcp)
- To support stateful workloads, we've got managed storage options such as [Managed Postgres](/docs/concepts/managed-storage/managed-postgres) and [Managed Redis](/docs/concepts/managed-storage/managed-redis).
- If you want, you can also [bring your own domain name](docs/tutorials/use-your-own-domain-name) for your deployment.
- If you want, you can also [bring your own domain name](/docs/tutorials/use-your-own-domain-name) for your deployment.

Defang takes care of all the heavy lifting such as configuring networking, security, [observability](/docs/concepts/observability.md) and all the other details that usually slow down the average cloud developer.
It also allows you to easily [publish updates](/docs/concepts/deployments.md#deploying-updates) to your deployed application with zero downtime.
Expand Down
Loading