Skip to content

Commit 46c9b5a

Browse files
authored
docs(admin): fix broken links and formatting (#10)
1 parent d2a0f95 commit 46c9b5a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed
Loading

docs/guides/guide-admin/index.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ docker-compose up -d
4747
```
4848

4949
!!! note "Non-standard name or location of config file"
50-
51-
The command will be different if the Docker Compose config file is _not_ in
52-
the current working directory and/or is _not_ called `docker-compose.yml`.
50+
The command will be different if the Docker Compose config file is _not_ in
51+
the current working directory and/or is _not_ called `docker-compose.yml`.
5352

5453
This will bring the service up. The argument `-d` (or `--detach`) starts the
5554
app in daemonized mode, i.e., all launched containers that compose creates run
@@ -113,9 +112,8 @@ Follow these steps:
113112
```
114113

115114
3. Find the Helm chart at `charts/tesk`
116-
4. Edit file
117-
[`values.yaml`]
118-
(see [notes](#notes-for-editing-chart-values) below)
115+
4. Edit file [`values.yaml`][tesk-helm-values] (see
116+
[notes](#notes-for-editing-chart-values) below)
119117
5. Log into the cluster and install TESK with:
120118

121119
```sh
@@ -238,18 +236,16 @@ If successfull Funnel should be listening on port `8080`.
238236
!!! warning "Under construction"
239237
More info coming soon...
240238

241-
242239
### Deploying storage
243240

244241
Follow the instructions below to connect your TES endpoint to one or more
245242
ELIXIR Cloud cloud storage solutions. The currently supported solutions are:
246243

247244
- [MinIO][minio] (Amazon S3)
248-
- [`vsftpd`][vsftp] (FTP)
245+
- [`vsftpd`][vsftpd] (FTP)
249246

250247
!!! note "Other storage solutions"
251-
252-
Other S3 and FTP implementations may work but have not being tested.
248+
Other S3 and FTP implementations may work but have not being tested.
253249

254250
#### Deploying MinIO (Amazon S3)
255251

0 commit comments

Comments
 (0)