Skip to content

Commit 8caa973

Browse files
committed
Fix markdown lint
1 parent 45f05ba commit 8caa973

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/user-docs/guides-using-spider.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ later.
1010
:::
1111

1212
## Requirements
13+
1314
* [CLP][clp-releases] v0.7.0 or higher
1415
* [Docker] v28 or higher
1516
* [Docker Compose][docker-compose] v2.20.2 or higher
1617
* Python
1718
* python3-venv (for the version of Python installed)
1819

1920
## Set up
21+
2022
To use Spider for CLP compression tasks, you need to [set up CLP](#setting-up-clp-with-spider) with
2123
Spider in configuration.
2224

@@ -32,7 +34,7 @@ Spider in configuration.
3234
compression_scheduler:
3335
type: "spider"
3436
```
35-
37+
3638
* (Optional) Set the `spider_db`.
3739

3840
```yaml
@@ -47,6 +49,7 @@ Spider in configuration.
4749
host: "localhost"
4850
port: 6000
4951
```
52+
5053
3. (Optional) Before starting the package, update the package's credential file (`etc/credentials.yaml`)
5154
to add Spider database credentials as follows:
5255

@@ -55,6 +58,7 @@ Spider in configuration.
5558
username: "spider_user"
5659
password: "spider_password"
5760
```
61+
5862
4. Continue following the [quick-start](./quick-start/index.md#using-clp) guide to start CLP.
5963

6064
[clp-releases]: https://github.com/y-scope/clp/releases

0 commit comments

Comments
 (0)