Skip to content

chore: update navigation to SaaS-y docs #583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 13, 2021
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ wanted to provide an onboarding guide to ensure you have a great experience.
Coder’s [documentation is publicly editable](https://github.com/cdr/docs), so
please feel free to contribute and provide feedback as you desire.

If you're participating in our hosted beta, please see our
[guide on getting started](guides/hosted-beta/index.md). If you're deploying
Coder to your own clusters, please proceed with this article.

## Setup and deploy Coder

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

## Provision users

Expand Down
2 changes: 2 additions & 0 deletions guides/hosted-beta/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ If you are interested in trying the hosted beta,
Curious how the hosted beta works? Here's a breakdown of the underlying
architecture.

![Hosted beta infrastructure](../../assets/guides/hosted-beta/infrastructure_diagram.png)

### Coder infrastructure

- The `coderd` service: responsible for rendering the dashboard UI, provisioning
Expand Down
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ enterprise security.
<div class="guides">
<div class="guide">
<div>
<h2>Administration</h2>
<h2>Setup</h2>

<p>
Learn how to leverage Coder for your team.
</p>

<a href="./admin/index.md">
<a href="./setup/index.md">
<button class="arrow outlined">
Learn more
Deploy now
</button>
</a>
</div>
</div>

<div class="guide">
<div>
<h2>Setup</h2>
<h2>Administration</h2>

<p>
Learn how to manage your Coder deployment.
</p>

<a href="./setup/index.md">
<a href="./admin/index.md">
<button class="arrow outlined">
Deploy now
Learn more
</button>
</a>
</div>
Expand Down
3 changes: 3 additions & 0 deletions setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ deployment steps.
[Kubernetes cluster](kubernetes/index.md) and
[installing Coder](installation.md).

> If you're participating in our hosted beta, please see
> [our guide for how to get started](../guides/hosted-beta/index.md).

## In this section

<children></children>