Skip to content

Commit 6161b96

Browse files
committed
Prettifies the docs.
1 parent 8844058 commit 6161b96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/user-guide/deployment/docker-compose.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
Docker Compose is a convenient way to launch a cluster when testing locally.
2323

2424
## Build Docker Images
25+
2526
To create the required Docker images please refer to the [docker deployment page](docker.md).
2627

2728
## Start a Cluster

docs/source/user-guide/deployment/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ kubectl delete -f cluster.yaml
247247

248248
## Autoscaling Executors
249249

250-
Ballista supports autoscaling for executors through [Keda](http://keda.sh). Keda allows for the scaling of a
251-
deployment through custom metrics which are exposed through the Ballista scheduler, and it
250+
Ballista supports autoscaling for executors through [Keda](http://keda.sh). Keda allows for the scaling of a
251+
deployment through custom metrics which are exposed through the Ballista scheduler, and it
252252
can even scale the number of executors down to 0 if there is no activity in the cluster.
253253

254254
Keda can be installed in your kubernetes cluster through a single command line:

0 commit comments

Comments
 (0)