Skip to content

Commit 6d00df3

Browse files
author
Katie Horne
authored
chore: update navigation to SaaS-y docs (#583)
1 parent b97de3d commit 6d00df3

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed
Loading

getting-started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ wanted to provide an onboarding guide to ensure you have a great experience.
1515
Coder’s [documentation is publicly editable](https://github.com/cdr/docs), so
1616
please feel free to contribute and provide feedback as you desire.
1717

18+
If you're participating in our hosted beta, please see our
19+
[guide on getting started](guides/hosted-beta/index.md). If you're deploying
20+
Coder to your own clusters, please proceed with this article.
21+
1822
## Setup and deploy Coder
1923

2024
To get started with Coder, you’ll need to [deploy Coder](./setup/index.md) to a
@@ -36,8 +40,9 @@ your users to [connect to your Git provider](./admin/git.md).
3640
At a minimum, you’ll want to ensure you
3741
[add a container registry](./admin/registries/index.md) for your development
3842
environments to pull from, and [import an image](./images/importing.md) with the
39-
tools your developers need. You can [create custom images](images/writing.md)
40-
for your developer workspaces as well.
43+
tools your developers need. You can
44+
[create custom images](./guides/customization/custom-workspace.md) for your
45+
developer workspaces as well.
4146

4247
## Provision users
4348

guides/hosted-beta/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ If you are interested in trying the hosted beta,
2424
Curious how the hosted beta works? Here's a breakdown of the underlying
2525
architecture.
2626

27+
![Hosted beta infrastructure](../../assets/guides/hosted-beta/infrastructure_diagram.png)
28+
2729
### Coder infrastructure
2830

2931
- The `coderd` service: responsible for rendering the dashboard UI, provisioning

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,31 +39,31 @@ enterprise security.
3939
<div class="guides">
4040
<div class="guide">
4141
<div>
42-
<h2>Administration</h2>
42+
<h2>Setup</h2>
4343

4444
<p>
4545
Learn how to leverage Coder for your team.
4646
</p>
4747

48-
<a href="./admin/index.md">
48+
<a href="./setup/index.md">
4949
<button class="arrow outlined">
50-
Learn more
50+
Deploy now
5151
</button>
5252
</a>
5353
</div>
5454
</div>
5555

5656
<div class="guide">
5757
<div>
58-
<h2>Setup</h2>
58+
<h2>Administration</h2>
5959

6060
<p>
6161
Learn how to manage your Coder deployment.
6262
</p>
6363

64-
<a href="./setup/index.md">
64+
<a href="./admin/index.md">
6565
<button class="arrow outlined">
66-
Deploy now
66+
Learn more
6767
</button>
6868
</a>
6969
</div>

setup/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ deployment steps.
2929
[Kubernetes cluster](kubernetes/index.md) and
3030
[installing Coder](installation.md).
3131

32+
> If you're participating in our hosted beta, please see
33+
> [our guide for how to get started](../guides/hosted-beta/index.md).
34+
3235
## In this section
3336

3437
<children></children>

0 commit comments

Comments
 (0)