Skip to content

Commit 1458fd4

Browse files
authored
Merge pull request #106 from DefangLabs/105-docs---these-pages-need-updating
Docs Updates
2 parents 68f47a5 + 9975e15 commit 1458fd4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/concepts/debug.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,16 @@ Defang includes an AI-driven tool to help you debug your cloud applications. The
1010

1111
:::warning
1212
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.
13+
:::
14+
15+
## How it works
16+
17+
When you deploy a service to the [Defang Playground](./defang-playground.md), the Defang CLI will wait for the service's status to switch to healthy. If the service fails to deploy, the AI debugger will kick in. It will analyze the logs and files in your project to identify the issue and provide you with a suggested fix.
18+
19+
:::warning
20+
The AI debugger currently only works in Playground. We plan to expand this to BYOC providers in the near future.
21+
:::
22+
23+
:::info
24+
The AI debugger only kicks in when the service fails to deploy. This could be because of a build failure, healthchecks failing, or a variety of other issues. At the moment, we do not offer any way to trigger the AI debugger manually.
1325
:::

docs/concepts/defang-byoc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ Please read the [AWS Provider](../providers/aws/aws.md) documentation for more d
3838
## DigitalOcean
3939

4040
:::info
41-
The Private Beta of the Defang BYOC DigitalOcean Provider will be released in September 2024. Its development is tracked [here](https://github.com/DefangLabs/defang/pull/594).
41+
42+
The Public Preview of the v1 Defang BYOC DigitalOcean Provider as of October 1 2024.
4243
:::
4344

45+
Please read the [DigitalOcean Provider](../providers/digitalocean/digitalocean.md) documentation for more details about how the DigitalOcean provider works and how to get started.
46+
4447
## Azure
4548

4649
:::info

0 commit comments

Comments
 (0)