Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,6 @@ Azure, Google Cloud, Kubernetes, and more.
- Coder is not a SaaS/fully-managed offering. You must host
Coder on a cloud service (AWS, Azure, GCP) or your private data center.

Next: [Templates](./templates.md)

## Up next
- Learn about [Templates](./templates.md)
5 changes: 3 additions & 2 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ We recommend source controlling your templates as you would other code.
CI is as simple as running `coder templates push` with the appropriate
credentials.

---

Next: [Authentication & Secrets](templates/authentication.md) and [Workspaces](./workspaces.md)
## Next Steps
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use Next Steps here but Up next in the README.md?

Copy link
Contributor

@antonkor antonkor Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ammario i wasn't sure tbh, it's how I found it, so i left the text to be interchanged. in hindsight i should have asked you what you prefer; In most places, Up Next was used, in a few spots Next steps was used, I think there's one or two Next: as well. I had roman extend the regex to include both wordings and thought the docs authors would sort it out.

I can change all the text to read Up Next. np, just lmk.

(sorry i missed this til now)

- Learn about [Authentication & Secrets](templates/authentication.md)
- Learn about [Workspaces](workspaces.md)
1 change: 0 additions & 1 deletion docs/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ Coder stores macOS and Linux logs at the following locations:
---

## Up next

- Learn about how to personalize your workspace with [Dotfiles](./dotfiles.md)
- Learn about using [IDEs](./ides.md)