Skip to content

Commit e97dcba

Browse files
stirbymatifali
authored andcommitted
incomplete info on schedule
1 parent 5bcaf81 commit e97dcba

File tree

6 files changed

+32
-24
lines changed

6 files changed

+32
-24
lines changed

docs/manifest.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"versions": [
3-
"main"
4-
],
2+
"versions": ["main"],
53
"routes": [
64
{
75
"title": "About",

docs/start/coder-tour.md

+28-16
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tour Coder and with your first deployment
22

3-
This guide walks through the core product concepts by setting up a
4-
Coder deployment, creating your first template, and connecting to a workspace. This
5-
is made readily available by leveraging our
3+
This guide walks through the core product concepts by setting up a Coder
4+
deployment, creating your first template, and connecting to a workspace. This is
5+
made readily available by leveraging our
66
[open source repository](https://github.com/coder/coder).
77

88
We'll use [Docker](https://docs.docker.com/engine) to manage the compute for a
@@ -19,7 +19,8 @@ First, install [Docker](https://docs.docker.com/engine/install) locally.
1919
2020
### 2. Install Coder daemon
2121

22-
A single binary contains the CLI (`coder`) and is used for both the Coder server and the client.
22+
A single binary contains the CLI (`coder`) and is used for both the Coder server
23+
and the client.
2324

2425
<div class="tabs">
2526

@@ -46,10 +47,10 @@ winget install Coder.Coder
4647
> [Visual C++ Runtime](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version)
4748
> is installed.
4849
49-
5050
</div>
5151

52-
> See our [install docs](../install/README.md) for other methods of installing and deploying Coder.
52+
> See our [install docs](../install/README.md) for other methods of installing
53+
> and deploying Coder.
5354
5455
### 3. Start the server
5556

@@ -67,8 +68,8 @@ create your first administrator account.
6768
Once you've signed in, you'll be brought to an empty workspaces page, which
6869
we'll soon populate with your first development environments.
6970

70-
71-
> To learn more about interacting with the control plane through the terminal, see our `coder server` [CLI docs](../cli/server.md).
71+
> To learn more about interacting with the control plane through the terminal,
72+
> see our `coder server` [CLI docs](../cli/server.md).
7273
7374
## Create your first template
7475

@@ -79,7 +80,8 @@ template is up and running, you can edit it in the Coder dashboard. Coder even
7980
handles versioning for you so you can publish official updates or revert to
8081
previous versions.
8182

82-
> Read more about templates in our [tutorials section](../tutorials/templates.md).
83+
> Read more about templates in our
84+
> [tutorials section](../tutorials/templates.md).
8385
8486
In this tutorial, you'll create your first template from the Docker starter
8587
template.
@@ -102,16 +104,22 @@ In **Create template**, fill in **Name** and **Display name**, then select
102104
![Creating a template](../images/start/create-template.png)
103105

104106
### Other template resources
107+
105108
- [Templates overview](../tutorials/templates/README.md)
106109
- [Create templates through the CLI](../cli/templates_create.md)
107-
- See our [Community Templates](https://github.com/coder/coder/blob/main/examples/templates/community-templates.md) in Github
110+
- See our
111+
[Community Templates](https://github.com/coder/coder/blob/main/examples/templates/community-templates.md)
112+
in Github
108113
- Create a template from a [Dev Container](../templates/dev-containers.md)
109114

110115
# Create a workspace
111116

112-
Coder workspaces are the primary interface for end-users. Each workspace is defined by a template, but can be modified with parameters and settings. The easiest way to create a workspace is through the template GUI.
117+
Coder workspaces are the primary interface for end-users. Each workspace is
118+
defined by a template, but can be modified with parameters and settings. The
119+
easiest way to create a workspace is through the template GUI.
113120

114-
> Read more about templates in our [tutorials section](../tutorials/workspaces.md).
121+
> Read more about templates in our
122+
> [tutorials section](../tutorials/workspaces.md).
115123
116124
### 1. Create a workspace from your template
117125

@@ -150,10 +158,8 @@ This starter template lets you connect to your workspace in a few ways:
150158
151159
When you're done, you can stop the workspace.
152160

153-
154161
## Expand your configuration
155162

156-
157163
### Modify your template
158164

159165
Now you can modify your template to suit your team's needs.
@@ -170,8 +176,8 @@ In the this view, select **Source Code** to view and edit the template files.
170176

171177
![Edit template files](../images/start/template-source-code.png)
172178

173-
174-
Click the **Edit** button at the top-right of the `build/Dockerfile` to open the in-browser editor then replace `golang` with `python3`.
179+
Click the **Edit** button at the top-right of the `build/Dockerfile` to open the
180+
in-browser editor then replace `golang` with `python3`.
175181

176182
![Editing source code](../images/start/template-edit-source-code.png)
177183

@@ -194,6 +200,12 @@ template, Coder will notify them that there's a new version of the template.
194200
You can also handle [change management](./change-management.md) through your own
195201
repo and continuous integration.
196202

203+
### Modify your workspace schedule
204+
205+
You can save compute costs by setting a schedule to automatically start or shut off your workspaces. This can be configured at the template level or for a specific workspace.
206+
207+
Go to your workspace settings in **Workspaces** -> **Workspace Name**.
197208

198209
### Next Steps
210+
199211
- TODO

docs/start/first-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Your first template
1+
# Your first template [DEPRECATED]
22

33
A common way to create a template is to begin with a starter template then
44
modify it for your needs. Coder makes this easy with starter templates for

docs/start/first-workspace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Creating your first coder workspace
1+
# Creating your first coder workspace [DEPRECATED]
22

33
A workspace is the environment that a developer works in. Developers in a team
44
each work from their own workspace and can use [multiple IDEs](../ides.md).

docs/start/local-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Setting up a Coder deployment
1+
## Setting up a Coder deployment [DEPRECATED]
22

33
For day-zero Coder users, we recommend following this guide to set up a local
44
Coder deployment from our

docs/start/local-install.mnd

-2
This file was deleted.

0 commit comments

Comments
 (0)