Skip to content

Commit c2a1891

Browse files
Merge pull request #125 from DefangLabs/jordan/remove-references-to-defang-beta
Remove references to defang beta
2 parents efedc45 + 6387c6c commit c2a1891

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

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/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ description: Frequently asked questions about Defang.
7272
- This message is displayed when you run `defang compose up` and the Compose file references an environment variable that is not set. If you proceed, the environment variable will be empty in the container. If you want to set the environment variable, you should set it in the environment where you run `defang compose up`.
7373

7474
### "Unsupported platform"
75-
- This message is displayed when you run `defang compose up` and the Compose file references a platform that is not supported by Defang. Defang Beta only supports Linux operating systems.
75+
- This message is displayed when you run `defang compose up` and the Compose file references a platform that is not supported by Defang.
7676

7777
### "not logged in"
7878
- This message is displayed when you run `defang compose config` but you are not logged in. The displayed configuration will be incomplete. If you want to see the complete configuration, you should log in first using `defang login`.

docs/providers/aws/aws.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ sidebar_position: 000
66

77
# AWS
88

9-
:::info
10-
Public Beta of the v1 Defang BYOC AWS Provider is released as of Feb 1 2024.
11-
:::
12-
139
Why should you use Defang with AWS? Defang allows you to easily create and manage full, scalable applications with AWS. Defang aims to make it easier to deploy your services to the cloud. Don't waste your time learning the ins and outs of AWS, deciding which of the 200+ services to use, and then writing the infrastructure code to deploy your services, and making sure they are properly secured. Defang does all of that for you.
1410

1511
## Getting Started

0 commit comments

Comments
 (0)