Skip to content

Commit 7963a1a

Browse files
committed
make fmt
1 parent cafa035 commit 7963a1a

File tree

7 files changed

+20
-21
lines changed

7 files changed

+20
-21
lines changed

docs/admin/integrations/jfrog-artifactory.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ two type of modules that automate the JFrog Artifactory and Coder integration.
3737

3838
This module is usable by JFrog self-hosted (on-premises) Artifactory as it
3939
requires configuring a custom integration. This integration benefits from
40-
Coder's [external-auth](https://coder.com/docs/admin/external-auth)
41-
feature and allows each user to authenticate with Artifactory using an OAuth
42-
flow and issues user-scoped tokens to each user.
40+
Coder's [external-auth](https://coder.com/docs/admin/external-auth) feature and
41+
allows each user to authenticate with Artifactory using an OAuth flow and issues
42+
user-scoped tokens to each user.
4343

4444
To set this up, follow these steps:
4545

@@ -72,8 +72,8 @@ artifactory:
7272
![JFrog Platform new integration](../images/guides/artifactory-integration/jfrog-oauth-app.png)
7373

7474
3. Add a new
75-
[external authentication](https://coder.com/docs/admin/external-auth)
76-
to Coder by setting these env variables,
75+
[external authentication](https://coder.com/docs/admin/external-auth) to
76+
Coder by setting these env variables,
7777

7878
```env
7979
# JFrog Artifactory External Auth

docs/install/other/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Coder has a number of alternate unofficial install methods. Contributions are we
44

55
| Platform Name | Status | Documentation |
66
| --------------------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------------------------------- |
7-
| AWS EC2 | Official | [Guide: AWS](https://coder.com/docs/platforms/aws) |
8-
| Google Compute Engine | Official | [Guide: Google Compute Engine](https://coder.com/docs/platforms/gcp) |
7+
| AWS EC2 | Official | [Guide: AWS](https://coder.com/docs/platforms/aws) |
8+
| Google Compute Engine | Official | [Guide: Google Compute Engine](https://coder.com/docs/platforms/gcp) |
99
| Azure AKS | Unofficial | [GitHub: coder-aks](https://github.com/ericpaulsen/coder-aks) |
1010
| Terraform (GKE, AKS, LKE, DOKS, IBMCloud K8s, OVHCloud K8s, Scaleway K8s Kapsule) | Unofficial | [GitHub: coder-oss-terraform](https://github.com/ElliotG/coder-oss-tf) |
1111
| Fly.io | Unofficial | [Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io) |

docs/tutorials/artifactory-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ two type of modules that automate the JFrog Artifactory and Coder integration.
3737

3838
This module is usable by JFrog self-hosted (on-premises) Artifactory as it
3939
requires configuring a custom integration. This integration benefits from
40-
Coder's [external-auth](https://coder.com/docs/admin/external-auth)
41-
feature and allows each user to authenticate with Artifactory using an OAuth
42-
flow and issues user-scoped tokens to each user.
40+
Coder's [external-auth](https://coder.com/docs/admin/external-auth) feature and
41+
allows each user to authenticate with Artifactory using an OAuth flow and issues
42+
user-scoped tokens to each user.
4343

4444
To set this up, follow these steps:
4545

@@ -72,8 +72,8 @@ artifactory:
7272
![JFrog Platform new integration](../images/guides/artifactory-integration/jfrog-oauth-app.png)
7373

7474
3. Add a new
75-
[external authentication](https://coder.com/docs/admin/external-auth)
76-
to Coder by setting these env variables,
75+
[external authentication](https://coder.com/docs/admin/external-auth) to
76+
Coder by setting these env variables,
7777

7878
```env
7979
# JFrog Artifactory External Auth

docs/tutorials/configuring-okta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ be sent.
3939

4040
> !! If the user does not belong to any groups, the claim will not be sent. Make
4141
> sure the user authenticating for testing is in at least 1 group. Defer to
42-
> [troubleshooting](https://coder.com/docs/admin/auth#troubleshooting)
43-
> with issues
42+
> [troubleshooting](https://coder.com/docs/admin/auth#troubleshooting) with
43+
> issues
4444
4545
![Okta OpenID Connect ID Token](../images/guides/okta/oidc_id_token.png)
4646

docs/tutorials/example-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ December 13, 2023
1111
---
1212

1313
This is a guide on how to make Coder guides, it is not listed on our
14-
[official guides page](https://coder.com/docs/guides) in the docs.
15-
Intended for those who don't frequently contribute documentation changes to the
16-
`coder/coder` repository.
14+
[official guides page](https://coder.com/docs/guides) in the docs. Intended for
15+
those who don't frequently contribute documentation changes to the `coder/coder`
16+
repository.
1717

1818
## Content
1919

docs/tutorials/faqs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ resource "coder_app" "code-server" {
124124
An important concept to understand is that Coder creates workspaces which have
125125
an agent that must be able to reach the `coder server`.
126126

127-
If the
128-
[`CODER_ACCESS_URL`](https://coder.com/docs/admin/configure#access-url)
127+
If the [`CODER_ACCESS_URL`](https://coder.com/docs/admin/configure#access-url)
129128
is not accessible from a workspace, the workspace may build, but the agent
130129
cannot reach Coder, and thus the missing icons. e.g., Terminal, IDEs, Apps.
131130

docs/tutorials/xray-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray).
2828
for the repositories you want to scan.
2929
2. Create a Coder
3030
[token](https://coder.com/docs/reference/cli/tokens_create#tokens-create)
31-
with a user that has the
32-
[`owner`](https://coder.com/docs/admin/users#roles) role.
31+
with a user that has the [`owner`](https://coder.com/docs/admin/users#roles)
32+
role.
3333
3. Create kubernetes secrets for the JFrog Xray and Coder tokens.
3434

3535
```bash

0 commit comments

Comments
 (0)