Skip to content

Commit 7598552

Browse files
committed
renaming authentication page
1 parent 28776e2 commit 7598552

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/concepts/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Authentication
44
description: Authenticating with Defang.
55
---
66

7-
# Authenticating with Defang
7+
# Authentication
88

9-
To do pretty much anything with Defang, you'll need to authenticate with the platform. You can do this by running the following command:
9+
To do pretty much anything with Defang, you'll need to authenticate with the system. You can do this by running the following command:
1010

1111
```bash
1212
defang login

docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can open the folder in your favorite editor and see the files that were gene
106106
* The `Dockerfile` is used to build the container image for your service.
107107
* The `compose.yaml` file is used to define the services you want to deploy.
108108

109-
## Deploy to the playground
109+
## Deploy to the Playground
110110

111111
Go back to your shell and type the following:
112112

@@ -122,7 +122,7 @@ Please visit http://127.0.0.1:49154 and log in. (Right click the URL or press EN
122122
```
123123

124124
:::info
125-
To learn more about how authentication works in Defang, check out the [Authenticating With Defang](/docs/concepts/authentication) page.
125+
To learn more about how authentication works in Defang, check out our [Authentication](/docs/concepts/authentication) page.
126126
:::
127127

128128
When you do this, you should see something similar to the output below:

0 commit comments

Comments
 (0)