From a21a6d2f4aa1f3c4b1e72eecd97db3fd369d2e5d Mon Sep 17 00:00:00 2001 From: Roman Zubov Date: Thu, 25 Aug 2022 18:26:04 +0300 Subject: [PATCH] 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 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 --- docs/README.md | 4 +++- docs/templates.md | 5 +++-- docs/workspaces.md | 1 - 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index b4b55c5d6f..bce085e641 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/templates.md b/docs/templates.md index accfde09ba..9755561420 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -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) diff --git a/docs/workspaces.md b/docs/workspaces.md index 9560a30dfb..2066886025 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -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)