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
12 changes: 6 additions & 6 deletions docs/intro/faq/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"

## Feature Comparisons

### Is Defang a run-time platform?
- No. Defang is not a run-time platform. Instead, it lets you host and run your application on a [cloud provider](/docs/providers) of your choice. You can think of it as a tool that makes it way easier to deploy to that cloud provider.
### Is Defang Deploy a run-time platform?
- No. Defang Deploy is not a run-time platform. Instead, it lets you host and run your application on a [cloud provider](/docs/providers) of your choice. You can think of it as a tool that makes it way easier to deploy to that cloud provider.

### What is the difference between Defang and platforms such as Vercel, fly.io, Railway, Render, or Heroku?
- Defang is a tool that helps you get your application deployed to a [cloud provider](/docs/providers) of your choice, and it is not a platform. Unlike platforms, Defang does not host your application.
### What is the difference between Defang Deploy and platforms such as Vercel, fly.io, Railway, Render, or Heroku?
- Defang Deploy is a tool that helps you get your application deployed to a [cloud provider](/docs/providers) of your choice, and it is not a platform. Unlike platforms, Defang does not host your application.

### What is the difference between Defang and tools such as SST?
- Defang is cloud-agnostic and language-agnostic, meaning that it is designed to work with different [cloud providers](/docs/providers), and programming languages. Since Defang is not tied to just one cloud or language, this allows for greater flexibility in a wide range of cases. Another difference is that Defang follows the [Compose specification](https://docs.docker.com/compose/compose-file/), allowing it to work smoothly with various container platforms such as Docker.
### What is the difference between Defang Deploy and tools such as SST?
- Defang Deploy is cloud-agnostic and language-agnostic, meaning that it is designed to work with different [cloud providers](/docs/providers), and programming languages. Since Defang is not tied to just one cloud or language, this allows for greater flexibility in a wide range of cases. Another difference is that Defang follows the [Compose specification](https://docs.docker.com/compose/compose-file/), allowing it to work smoothly with various container platforms such as Docker.

## Troubleshooting

Expand Down
6 changes: 3 additions & 3 deletions docs/intro/how-it-works.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 250
title: How it Works
description: Overview of the Defang architecture and how it works in your cloud
description: Overview of the Defang Deploy architecture and how it works in your cloud
---

# How Defang Works
# How Defang Deploy Works

Defang is 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. Defang abstracts away the complexity of cloud infrastructure, providing you with a streamlined experience. Defang works by provisioning a "CD" task and a small set of resources in your cloud account. These enable Defang to orchestrate deployments for you in your cloud account from the `defang` CLI. Here's how it works.
Defang Deploy is 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. Defang abstracts away the complexity of cloud infrastructure, providing you with a streamlined experience. Defang works by provisioning a "CD" task and a small set of resources in your cloud account. These enable Defang to orchestrate deployments for you in your cloud account from the `defang` CLI. Here's how it works.

## Bootstrapping

Expand Down
8 changes: 4 additions & 4 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, 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.
description: Overview of Defang Deploy, 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" className="w-48 mb-4 mx-auto" />
<h1>Defang Documentation</h1>
<p>
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.
Defang Deploy 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>
<div className="h-8"/>
<h2>Getting Started</h2>
Expand All @@ -21,8 +21,8 @@ import DocCardList from "@docusaurus/theme-classic/lib/theme/DocCardList";
{
type: "link",
href: "/docs/intro/what-is-defang",
label: "Learn more about Defang",
description: "What is Defang and how does it work?",
label: "Learn more about Defang Deploy",
description: "What is Defang Deploy and how does it work?",
},
{
type: "link",
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = {
// sections that were previously top-level, so no redirects are needed.
{
type: "dropdown",
label: "Deploy",
label: "Defang Deploy",
position: "left",
items: [
{
Expand Down Expand Up @@ -113,7 +113,7 @@ const config = {
{
type: "docSidebar",
sidebarId: "stationSidebar",
label: "Station",
label: "Defang Station",
position: "left",
},
{ to: "https://defang.io/blog", label: "Blog", position: "left" },
Expand Down
Loading