docs: replaced manual up next blocks with doc tag in workspaces.md (#3023)

* docs: replaced manual up next blocks with doc tag in workspaces.md

* replaced up next blocks with <doc page=""> tags

* revert back to markdown

now that we updated how these links work, we can have them as markdown on github and as cards on the docs website.

Co-authored-by: Anton Korzhuk <antonkorzhuk@gmail.com>
This commit is contained in:
Roman Zubov 2022-08-25 18:26:04 +03:00 committed by GitHub
parent 4de1fc8339
commit a21a6d2f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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
- Learn about [Authentication & Secrets](templates/authentication.md)
- Learn about [Workspaces](workspaces.md)

View File

@ -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)