Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/intro/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 100
title: Overview
description: Overview of Defang, a radically simpler way to develop, deploy, and debug production-ready cloud apps.
description: Overview of Defang, an AI-assisted tool that lets you take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes.
---

import DocCardList from "@docusaurus/theme-classic/lib/theme/DocCardList";
Expand All @@ -12,7 +12,7 @@ import DocCardList from "@docusaurus/theme-classic/lib/theme/DocCardList";
<img src="/img/defang-logo.svg" alt="Defang Logo" style={{width: "200px", marginBottom: "2rem"}} />
<h1>Defang Documentation</h1>
<p>
Defang is a radically simpler way for developers to develop, deploy, and debug their cloud applications. Build cloud applications in any language, deploy to your cloud account with a single command, and iterate quickly with AI-assisted tooling.
Defang lets you take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes. Build cloud applications in any language and stack, deploy to your account on your favorite cloud with a single command, and iterate quickly with AI-assisted tooling.
</p>
<h2>Getting Started</h2>
<DocCardList
Expand All @@ -33,7 +33,7 @@ import DocCardList from "@docusaurus/theme-classic/lib/theme/DocCardList";
type: "link",
href: "/docs/tutorials/deploy-to-playground",
label: "Try Defang",
description: "Deploy to our free playground",
description: "Deploy to our free Playground",
},
{
type: "link",
Expand Down