Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky committed Apr 16, 2024
1 parent 4dc79df commit 16b0b4e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/deployment-guides/clojure.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ disco projects:add \
```

above, replace:
- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`)
- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`)
- `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`)


Expand Down
3 changes: 1 addition & 2 deletions docs/deployment-guides/django-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ disco projects:add \
```

above, replace:
above, replace:
- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`)
- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`)
- `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `example.com`)

:::tip
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment-guides/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ disco projects:add \
```

above, replace:
- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`)
- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`)
- `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`)


Expand Down
2 changes: 1 addition & 1 deletion docs/deployment-guides/jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ disco projects:add \
```

above, replace:
- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`)
- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`)
- `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`)

:::tip
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment-guides/static-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ disco projects:add \
```

above, replace:
- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`)
- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`)
- `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`)

:::tip
Expand Down

0 comments on commit 16b0b4e

Please sign in to comment.