Skip to content

Commit 1711f0b

Browse files
committed
resolve merge conflict
1 parent 1a861e3 commit 1711f0b

35 files changed

+527
-100
lines changed

blog/2024-02-12-announcing-defang-public-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Ever since we shipped our Private Beta in the summer of 2023, we have been worki
1212

1313
And so, today with our Public Beta, we are addressing this request. With today’s release of [Defang BYOC](https://docs.defang.io/docs/concepts/defang-byoc) (Bring-your-own-Cloud), you can now enjoy all the benefits of Defang **and** deploy applications to your own AWS account! Our Private Beta experience is still available as [Defang Playground](https://docs.defang.io/docs/concepts/defang-playground) for you to quickly and easily prototype applications and deploy them to our hosted environment.
1414

15-
You can learn more about Defang [here](https://docs.defang.io/docs/intro). Also check out our [tutorials](https://docs.defang.io/docs/category/tutorials), [samples](https://docs.defang.io/docs/samples), and [FAQ](https://docs.defang.io/docs/faq) to know more.
15+
You can learn more about Defang [here](https://docs.defang.io/docs/intro). Also check out our [tutorials](https://docs.defang.io/docs/category/tutorials), [samples](https://docs.defang.io/docs/samples), and [FAQ](https://docs.defang.io/docs/category/faq) to know more.
1616

1717
**Try the Public Beta!**
1818

blog/2024-08-30-august-product-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
Cloud,
77
NoDevOps,
88
BYOC,
9-
Digital Ocean,
9+
DigitalOcean,
1010
CLI,
1111
AI,
1212
Debugging,
@@ -64,7 +64,7 @@ Register here!
6464
We're working on a number of new features to make Defang even better. Here are some of the most exciting ones:
6565

6666
- **Managed Postgres**: We're working on getting Defang to provision managed Postgres services for you, so you can easily store and query data in your applications.
67-
- **Digital Ocean BYOC**: We're working on adding Digital Ocean BYOC to give you even more choice over where you deploy your applications.
67+
- **DigitalOcean BYOC**: We're working on adding DigitalOcean BYOC to give you even more choice over where you deploy your applications.
6868

6969
---
7070

blog/2024-09-30-september-product-updates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
NoDevOps,
88
BYOC,
99
Postgres,
10-
Digital Ocean,
10+
DigitalOcean,
1111
CLI,
1212
AI,
1313
Debugging,
@@ -49,7 +49,8 @@ Also in Sep, Defang was included in the [Google for Startups Accelerator Canada.
4949

5050
## Defang Coffee Chat
5151

52-
Mark your calendars! If you’re eager to learn more about what’s coming next, join us for our Defang Coffee Chat on Oct 23rd. We’ll be sharing our future roadmap, answering your questions, and gathering your feedback.
52+
Mark your calendars! If you’re eager to learn more about what’s coming next, join us for our Defang Coffee Chat on Oct 23rd 2024.
53+
We’ll be sharing our future roadmap, answering your questions, and gathering your feedback.
5354

5455
<Button href="https://lu.ma/hlnq84xq" variant="contained" size="large" target="_blank">
5556
Register here!

blog/2024-11-13-october-product-updates.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
NoDevOps,
88
BYOC,
99
Postgres,
10-
Digital Ocean,
10+
DigitalOcean,
1111
AWS,
1212
CLI,
1313
AI,
@@ -57,12 +57,13 @@ The team is now heads-down dotting the i’s and crossing the t’s so we can re
5757

5858
## Defang Coffee Chat ☕
5959

60-
If you're excited about what's coming next and want to hear more about our vision for the future, join us for our Coffee Chat on November 27th. We'll be sharing more about our roadmap and what we're working on next.
60+
If you're excited about what's coming next and want to hear more about our vision for the future, join us for our Coffee Chat on November 27th 2024.
61+
We'll be sharing more about our roadmap and what we're working on next.
6162

6263
<Button href="https://lu.ma/4n54sy2v" variant="contained" size="large" target="_blank">
6364
Register here!
6465
</Button>
6566

6667
---
6768

68-
As always, we appreciate your feedback and are committed to making Defang the easiest way to develop, deploy, and debug your cloud applications. Go build something awesome! 🚀
69+
As always, we appreciate your feedback and are committed to making Defang the easiest way to develop, deploy, and debug your cloud applications. Go build something awesome! 🚀

docs/concepts/_category_.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Concepts",
3-
"position": 300,
3+
"position": 500,
44
"link": {
55
"type": "generated-index",
66
"description": "Some concepts to help explain how the Defang system is organized and tooling that will help you manage your applications."
77
}
88
}
9-

docs/concepts/debug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sidebar_position: 650
66

77
# Debug
88

9-
Defang includes an AI-driven tool to help you debug your cloud applications. The AI assistant will use your service logs as well as the files in your project to help you identify and resolve issues.
9+
Defang includes an AI-driven tool to help you debug your cloud applications. The AI agent will use your service logs as well as the files in your project to help you identify and resolve issues.
1010

1111
:::warning
12-
The AI debugging assistant is currently in preview and is currently limited in its capabilities. We plan to expand the capabilities of the AI assistant in the future.
12+
The AI debugging agent is currently in preview and is currently limited in its capabilities. We plan to expand the capabilities of the AI agent in the future.
1313
:::
1414

1515
## How it works

docs/concepts/defang-byoc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ $ export DEFANG_PROVIDER=digitalocean
2929

3030
## AWS
3131

32-
:::info
33-
The Public Beta of the v1 Defang BYOC AWS Provider is released as of Feb 1 2024.
34-
:::
35-
3632
Please read the [AWS Provider](../providers/aws/aws.md) documentation for more details about how the AWS provider works and how to get started.
3733

3834
## DigitalOcean

docs/concepts/deployment-modes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Defang Deployment Modes
3+
description: Defang provides three deployment modes which allow you to balance cost and resiliency.
4+
sidebar_position: 501
5+
---
6+
7+
# Defang Deployment Modes
8+
9+
Defang provides three deployment modes: development, staging, and production. These modes allow you to balance cost and resiliency according to your needs.
10+
11+
* **Development**: This mode is used for development and testing purposes. It typically involves less stringent resource allocations and may include debugging tools and verbose logging to aid in development.
12+
* **Staging**: This mode serves as a pre-production environment where applications are tested in conditions that closely mimic production. It helps in identifying issues that might not be apparent in the development environment.
13+
* **Production**: This mode is used for live deployments. It involves optimized configurations for performance, security, and reliability. Resource allocations are typically higher, and debugging tools are minimized to ensure stability.
14+
15+
## Deployment Mode Comparison
16+
17+
| Feature | Development | Staging | Production |
18+
|-|-|-|-|
19+
| Build Resources | Builds will be run with 2x vCPUs | Builds will be run with 2x vCPUs | Builds will be run with 4x vCPUs |
20+
| Databases | Defang will provision resources optimized for burstable memory | | Defang will provision resources optimized for production |
21+
| Static Resources | | | Defang will provision a CDN |
22+
| Deployment | Previous deployments will be spun down before new deployments are spun up. | | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least the original number of replicas. |
23+
| Logging | Logs retained for 1 day to save costs. | | Logs retained for 30 days for compliance. |
24+
| Networking | | | Defang will provision a NAT gateway. |
25+
| DNS | Defang will provision shorter TTLs | | Defang will provision longer TTLs |

docs/concepts/generate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ sidebar_position: 100
66

77
# Generate
88

9-
Defang includes an AI-driven assistant that translates natural language prompts to an outline for your project that you can then refine. The AI assistant is available through the [Defang CLI](../getting-started/installing.md).
9+
Defang includes an AI-driven agent that translates natural language prompts to an outline for your project that you can then refine. The AI agent is available through the [Defang CLI](../getting-started/installing.md).
1010

1111
:::info
12-
The AI assistant is currently in preview and only supports a limited set of prompts, varying in complexity. We plan to expand the capabilities of the AI assistant in the future.
12+
The AI agent is currently in preview and only supports a limited set of prompts, varying in complexity. We plan to expand the capabilities of the AI agent in the future.
1313
:::
1414

15-
We are working on expanding the range of supported prompts and improving the accuracy of the AI assistant. If you have any feedback or suggestions, please let us know by [opening an issue](https://github.com/DefangLabs/defang/issues/new).
15+
We are working on expanding the range of supported prompts and improving the accuracy of the AI agent. If you have any feedback or suggestions, please let us know by [opening an issue](https://github.com/DefangLabs/defang/issues/new).
1616

1717
## Example Prompts
1818

19-
Here are some example prompts that the AI assistant can help you with:
19+
Here are some example prompts that the AI agent can help you with:
2020

2121
```
2222
A basic service with 2 REST endpoints. The default endpoint will be for health check and should return a JSON object like this: { "status": "OK" }. The /echo endpoint will echo back all request parameters in the response.

docs/concepts/managed-storage/managed-postgres.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ You can also set the following optional environment variables to configure the m
3838
You can connect to the managed Postgres instance using the name of your service as the hostname, `POSTGRES_USER`, `POSTGRES_DB`, and `POSTGRES_PASSWORD` environment variables.
3939

4040
### Example
41+
:::info
42+
For a smoother experience with Defang, we recommend using Postgres 14 for your container images. This version provides easier access and improved usability.
43+
:::
4144

4245
```yaml
4346
app:
@@ -55,7 +58,7 @@ You can connect to the managed Postgres instance using the name of your service
5558
# reference config variables by using ${<config name>}
5659
CONNECTURL: postgresql://postgres:${POSTGRES_PASSWORD}@database:5432/postgres?sslmode=require
5760
database:
58-
image: postgres:15
61+
image: postgres:14
5962
x-defang-postgres: true
6063
ports:
6164
- mode: host
@@ -69,6 +72,7 @@ You can connect to the managed Postgres instance using the name of your service
6972

7073
```
7174

75+
<!--
7276
### Major Version Updating of Engine
7377
7478
To update the database engine you can simply update the image to a later version in your compose file and apply it via ```defang compose up --provider=aws```. In the example below, we change from Postgres 15 to 16.
@@ -85,4 +89,4 @@ to
8589
```
8690
database:
8791
image: postgres:16
88-
```
92+
``` -->

0 commit comments

Comments
 (0)