Skip to content

Commit 0622603

Browse files
authored
docs: move README to root (#1630)
We noticed that when you download the repo as a ZIP from GitHub, it places the `README.md` in the root, which causes the relative links to break. By moving it to the root, this will fix that issue.
1 parent ad946c3 commit 0622603

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/README.md renamed to README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=soc
1010

1111
Provision remote development environments with Terraform.
1212

13-
![Kubernetes workspace in Coder v2](./screenshot.png)
13+
![Kubernetes workspace in Coder v2](./docs/screenshot.png)
1414

1515
## Highlights
1616

1717
- Automate development environments for Linux, Windows, and macOS
1818
- Start writing code with a single command
19-
- Get started quickly using one of the [examples](../examples) provided
19+
- Get started quickly using one of the [examples](./examples) provided
2020

2121
## Installing Coder
2222

@@ -34,7 +34,7 @@ CPU core and 2 GB RAM:
3434
You can set up a temporary deployment, a production deployment, or a system service:
3535

3636
- To set up a **temporary deployment**, start with dev mode (all data is in-memory and is
37-
destroyed on exit):
37+
destroyed on exit):
3838

3939
```bash
4040
coder server --dev
@@ -48,7 +48,7 @@ destroyed on exit):
4848
```
4949

5050
- To run as a **system service**, install with `.deb` (Debian, Ubuntu) or `.rpm`
51-
(Fedora, CentOS, RHEL, SUSE):
51+
(Fedora, CentOS, RHEL, SUSE):
5252

5353
```bash
5454
# Edit the configuration!
@@ -57,7 +57,7 @@ destroyed on exit):
5757
```
5858

5959
> Use `coder --help` to get a complete list of flags and environment
60-
variables.
60+
> variables.
6161
6262
## Creating your first template and workspace
6363

@@ -95,26 +95,26 @@ coder templates update gcp-linux
9595

9696
## Documentation
9797

98-
- [About Coder](./about.md#about-coder)
99-
- [Why remote development](about.md#why-remote-development)
100-
- [Why Coder](about.md#why-coder)
101-
- [What Coder is not](about.md#what-coder-is-not)
102-
- [Comparison: Coder vs. [product]](about.md#comparison)
103-
- [Templates](./templates.md)
104-
- [Manage templates](./templates.md#manage-templates)
98+
- [About Coder](./docs/about.md#about-coder)
99+
- [Why remote development](./docs/about.md#why-remote-development)
100+
- [Why Coder](./docs/about.md#why-coder)
101+
- [What Coder is not](./docs/about.md#what-coder-is-not)
102+
- [Comparison: Coder vs. [product]](./docs/about.md#comparison)
103+
- [Templates](./docs/templates.md)
104+
- [Manage templates](./docs/templates.md#manage-templates)
105105
- [Persistent and ephemeral
106-
resources](./templates.md#persistent-and-ephemeral-resources)
107-
- [Parameters](./templates.md#parameters)
108-
- [Workspaces](./workspaces.md)
109-
- [Create workspaces](./workspaces.md#create-workspaces)
110-
- [Connect with SSH](./workspaces.md#connect-with-ssh)
111-
- [Editors and IDEs](./workspaces.md#editors-and-ides)
112-
- [Workspace lifecycle](./workspaces.md#workspace-lifecycle)
113-
- [Updating workspaces](./workspaces.md#updating-workspaces)
106+
resources](./docs/templates.md#persistent-and-ephemeral-resources)
107+
- [Parameters](./docs/templates.md#parameters)
108+
- [Workspaces](./docs/workspaces.md)
109+
- [Create workspaces](./docs/workspaces.md#create-workspaces)
110+
- [Connect with SSH](./docs/workspaces.md#connect-with-ssh)
111+
- [Editors and IDEs](./docs/workspaces.md#editors-and-ides)
112+
- [Workspace lifecycle](./docs/workspaces.md#workspace-lifecycle)
113+
- [Updating workspaces](./docs/workspaces.md#updating-workspaces)
114114

115115
## Contributing
116116

117-
Read the [contributing docs](./CONTRIBUTING.md).
117+
Read the [contributing docs](./docs/CONTRIBUTING.md).
118118

119119
## Contributors
120120

0 commit comments

Comments
 (0)