Skip to content

Commit 475da27

Browse files
committed
move default out of tabs
1 parent b253f6d commit 475da27

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/install/upgrade.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ This article walks you through how to upgrade your Coder server.
88
99
## Reinstall Coder to upgrade
1010

11-
<div class="tabs">
12-
13-
To upgrade your Coder server, simply reinstall Coder using your original method
11+
To upgrade your Coder server, reinstall Coder using your original method
1412
of [install](../install).
1513

16-
## install.sh
14+
### install.sh
1715

1816
1. If you installed Coder using the `install.sh` script, re-run the below command
1917
on the host:
@@ -29,7 +27,9 @@ of [install](../install).
2927
systemctl restart coder
3028
```
3129

32-
## docker-compose
30+
<div class="tabs">
31+
32+
### docker-compose
3333

3434
If you installed using `docker-compose`, run the below command to upgrade the
3535
Coder container:
@@ -38,12 +38,12 @@ Coder container:
3838
docker-compose pull coder && docker-compose up -d coder
3939
```
4040

41-
## Kubernetes
41+
### Kubernetes
4242

4343
See
4444
[Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm).
4545

46-
## Coder AMI on AWS
46+
### Coder AMI on AWS
4747

4848
1. Run the Coder installation script on the host:
4949

@@ -61,7 +61,7 @@ See
6161
systemctl restart coder
6262
```
6363

64-
## Windows
64+
### Windows
6565

6666
Download the latest Windows installer or binary from
6767
[GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade

0 commit comments

Comments
 (0)