Skip to content

Commit a34679d

Browse files
[Docs] Refactoring, to bring .md to any page; plus, generate examples properly with correct repo edit URL; removed from a legacy llmstxt mkdocs plugin; added skill.md stub (content to be added)
1 parent dbdbf4d commit a34679d

File tree

17 files changed

+212
-61
lines changed

17 files changed

+212
-61
lines changed

docs/blog/posts/0_20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ While the update introduces breaking changes, 0.19.* CLIs remain compatible with
121121
122122
## What's next
123123
124-
1. Follow the [Installation](../../docs/installation/index.md) guide
124+
1. Follow the [Installation](../../docs/installation.md) guide
125125
2. Try the [Quickstart](../../docs/quickstart.md)
126126
3. Report issues on [GitHub](https://github.com/dstackai/dstack/issues)
127127
4. Ask questions on [Discord](https://discord.gg/u8SmfwPpMd)

docs/blog/posts/digitalocean-and-amd-dev-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ dstack server
7171

7272
</div>
7373

74-
For more details, see [Installation](../../docs/installation/index.md).
74+
For more details, see [Installation](../../docs/installation.md).
7575

7676
Use the `dstack` CLI to
7777
manage [dev environments](../../docs/concepts/dev-environments.md), [tasks](../../docs/concepts/tasks.md),

docs/blog/posts/dstack-sky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Continue? [y/n]:
6969
</div>
7070

7171
!!! info "Backends"
72-
`dstack Sky` supports the same [backends](../../docs/installation/index.md) as the open-source version, except that you
72+
`dstack Sky` supports the same [backends](../../docs/installation.md) as the open-source version, except that you
7373
don't need to set them up. By default, it uses all supported backends.
7474

7575
You can use both on-demand and spot instances without needing to manage quotas, as they are automatically handled

docs/blog/posts/hotaisle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $ dstack server
8080

8181
</div>
8282

83-
For more details, see [Installation](../../docs/installation/index.md).
83+
For more details, see [Installation](../../docs/installation.md).
8484

8585
Use the `dstack` CLI to
8686
manage [dev environments](../../docs/concepts/dev-environments.md), [tasks](../../docs/concepts/tasks.md),

docs/blog/posts/nebius.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $ dstack server
7777

7878
</div>
7979

80-
For more details, refer to [Installation](../../docs/installation/index.md).
80+
For more details, refer to [Installation](../../docs/installation.md).
8181

8282
Use the `dstack` CLI to
8383
manage [dev environments](../../docs/concepts/dev-environments.md), [tasks](../../docs/concepts/tasks.md),

docs/blog/posts/nvidia-and-amd-on-vultr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ projects:
6565
6666
</div>
6767
68-
For more details, refer to [Installation](../../docs/installation/index.md).
68+
For more details, refer to [Installation](../../docs/installation.md).
6969
7070
> Interested in fine-tuning or deploying DeepSeek on Vultr? Check out the corresponding [example](../../examples/llms/deepseek/index.md).
7171

docs/docs/concepts/dev-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A dev environment lets you provision an instance and access it with your desktop IDE.
44

55
??? info "Prerequisites"
6-
Before running a dev environment, make sure you’ve [installed](../installation/index.md) the server and CLI, and created a [fleet](fleets.md).
6+
Before running a dev environment, make sure you’ve [installed](../installation.md) the server and CLI, and created a [fleet](fleets.md).
77

88
## Apply a configuration
99

docs/docs/concepts/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Services allow you to deploy models or web apps as secure and scalable endpoints.
44

55
??? info "Prerequisites"
6-
Before running a service, make sure you’ve [installed](../installation/index.md) the server and CLI, and created a [fleet](fleets.md).
6+
Before running a service, make sure you’ve [installed](../installation.md) the server and CLI, and created a [fleet](fleets.md).
77

88
## Apply a configuration
99

docs/docs/concepts/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A task allows you to run arbitrary commands on one or more nodes. They are best suited for jobs like training or batch processing.
44

55
??? info "Prerequisites"
6-
Before running a task, make sure you’ve [installed](../installation/index.md) the server and CLI, and created a [fleet](fleets.md).
6+
Before running a task, make sure you’ve [installed](../installation.md) the server and CLI, and created a [fleet](fleets.md).
77

88
## Apply a configuration
99

docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It streamlines development, training, and inference, and is compatible with any
1313

1414
#### 1. Set up the server
1515

16-
> Before using `dstack`, ensure you've [installed](installation/index.md) the server, or signed up for [dstack Sky](https://sky.dstack.ai).
16+
> Before using `dstack`, ensure you've [installed](installation.md) the server, or signed up for [dstack Sky](https://sky.dstack.ai).
1717
1818
#### 2. Define configurations
1919

@@ -35,7 +35,7 @@ Apply the configuration either via the `dstack apply` CLI command (or through a
3535
port-forwarding, ingress, and more.
3636

3737
!!! info "Where do I start?"
38-
1. Proceed to [installation](installation/index.md)
38+
1. Proceed to [installation](installation.md)
3939
2. See [quickstart](quickstart.md)
4040
3. Browse [examples](/examples)
4141
4. Join [Discord](https://discord.gg/u8SmfwPpMd)

0 commit comments

Comments
 (0)