8000 Add tabs to offline install docs · coder/coder@5b20e8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b20e8b

Browse files
authored
Add tabs to offline install docs
1 parent 1f11911 commit 5b20e8b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/install/offline.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ provider_installation {
135135
}
136136
```
137137

138-
## Run offline via Docker
138+
<div class="tabs">
139+
140+
### Docker
139141

140142
Follow our [docker-compose](./docker.md#install-coder-via-docker-compose)
141143
documentation and modify the docker-compose file to specify your custom Coder
@@ -177,7 +179,7 @@ services:
177179
> command can be used to download the required plugins for a Coder template.
178180
> This can be uploaded into the `plugins` directory on your offline server.
179181
180-
## Run offline via Kubernetes
182+
### Kubernetes
181183

182184
We publish the Helm chart for download on
183185
[GitHub Releases](https://github.com/coder/coder/releases/latest). Follow our
@@ -209,6 +211,8 @@ coder:
209211
# ...
210212
```
211213

214+
</div>
215+
212216
## Offline docs
213217

214218
Coder also provides offline documentation in case you want to host it on your

0 commit comments

Comments
 (0)
0