Skip to content

Commit 10d8c01

Browse files
committed
reword pages for clarity
1 parent 3c7dd18 commit 10d8c01

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/concepts/portal.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ sidebar_position: 700
88

99
You can log into the Defang Portal at [portal.defang.dev](https://portal.defang.dev) using your [Defang account](./accounts.md) to view the state of your Defang services running in the Defang Playground for non-production applications.
1010

11-
You can use the Portal to get an overview of your services, view the logs for each service, quickly access exposed ports, view environment variables, and more.
12-
11+
You can use the Portal to get an overview of your [services](/docs/concepts/services), view the logs for each service, quickly access exposed ports, view environment variables, and more.
1312

1413
:::info
15-
The Defang Portal displays services deployed to Playground.
14+
The Defang Portal displays services deployed to Defang Playground.
1615
To view services deployed to Defang BYOC, please check out [Monitoring Your Services](/docs/tutorials/monitoring-your-services).
1716
:::
1817

1918
:::tip
20-
We have a tool in place to help [debug](/docs/concepts/debug) your application in production.
21-
:::
19+
Need help with a failing deployment? Defang provides a tool to help [debug](/docs/concepts/debug) in your application.
20+
:::

docs/concepts/services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Defang allows you deploy services defined as containers. You can define your ser
1010

1111
`<username>-<service-name>`
1212

13-
You can learn more about accounts and usernames in the [accounts page](./accounts.md).
13+
You can learn more about accounts and usernames in the [Accounts page](./accounts.md).
1414

15-
:::tip Service Names
15+
:::tip
1616
Service names are defined in your Compose file or your Pulumi program.
1717
:::
1818

19-
You can learn more about about how to define [services with Compose files here](./compose.md) and [services with Pulumi here](./pulumi.md). You can learn more about how services are deployed in the [deployment page](./deployments.md).
19+
Defang manages the deployment process for services. You can learn more about how services are deployed in the [Deployment page](./deployments.md).
2020

2121
:::info
22-
While this is the current state of the Defang model, we plan to add support for other types of services in the future, including serverless functions.
22+
We plan to add support for other types of services in the future, including serverless functions.
2323
:::

0 commit comments

Comments
 (0)