Skip to content

Commit c8683e0

Browse files
[Docs] Minor edits
1 parent b230df1 commit c8683e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/docs/concepts/fleets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Fleets act both as pools of instances and as templates for how those instances a
44

55
`dstack` supports two kinds of fleets:
66

7-
* [Backend fleets](#backend) – dynamically provisioned through configured backends; they are supported with any type of backends: [VM-based](backends.md#vm-based) and [container-based](backends.md#container-based) (incl. [`kubernetes`](backends.md#kubernetes))
8-
* [SSH fleets](#ssh) – created using on-prem servers; do not require backends
7+
* [Backend fleets](#backend-fleets) – dynamically provisioned through configured backends; they are supported with any type of backends: [VM-based](backends.md#vm-based) and [container-based](backends.md#container-based) (incl. [`kubernetes`](backends.md#kubernetes))
8+
* [SSH fleets](#ssh-fleets) – created using on-prem servers; do not require backends
99

1010
When you run `dstack apply` to start a dev environment, task, or service, `dstack` will reuse idle instances from an existing fleet whenever available.
1111

docs/docs/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Installation
22

3-
!!! info "dstack Sky"
3+
<!-- !!! info "dstack Sky"
44
If you don't want to host the `dstack` server (or want to access GPU marketplace),
5-
skip installation and proceed to [dstack Sky :material-arrow-top-right-thin:{ .external }](https://sky.dstack.ai){:target="_blank"}.
5+
skip installation and proceed to [dstack Sky :material-arrow-top-right-thin:{ .external }](https://sky.dstack.ai){:target="_blank"}. -->
66

77
## Set up the server
88

docs/docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quickstart
22

3-
> Before using `dstack`, ensure you've [installed](installation/index.md) the server, or signed up for [dstack Sky :material-arrow-top-right-thin:{ .external }](https://sky.dstack.ai){:target="_blank"}
3+
> Before using `dstack`, ensure you've [installed](installation/index.md) the server.
44
55
## Set up a directory
66

0 commit comments

Comments
 (0)