Skip to content

Commit bd31a98

Browse files
Deploying to gh-pages from @ dstackai/dstack@1ad2a18 🚀
1 parent a83bdcc commit bd31a98

File tree

5 files changed

+18
-33
lines changed

5 files changed

+18
-33
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Configuration is updated at ~/.dstack/config.yml
124124

125125
This configuration is stored in `~/.dstack/config.yml`.
126126

127-
### Check offers
127+
<!-- ### Check offers -->
128128

129-
To verify that both the server and CLI are properly configured, use the [`dstack offer`](reference/cli/dstack/offer.md#list-gpu-offers) command to list available GPU offers. If you don't see valid offers, ensure you've set up [backends](concepts/backends.md).
129+
<!-- To verify that both the server and CLI are properly configured, use the [`dstack offer`](reference/cli/dstack/offer.md#list-gpu-offers) command to list available GPU offers. If you don't see valid offers, ensure you've set up [backends](concepts/backends.md). -->
130130

131131
??? info "Shell autocompletion"
132132

docs/installation/index.html

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -732,19 +732,6 @@
732732
</span>
733733
</a>
734734

735-
</li>
736-
737-
<li class="md-nav__item">
738-
<a href="#check-offers" class="md-nav__link">
739-
<span class="md-ellipsis">
740-
741-
<span class="md-typeset">
742-
Check offers
743-
</span>
744-
745-
</span>
746-
</a>
747-
748735
</li>
749736

750737
</ul>
@@ -4096,19 +4083,6 @@
40964083
</span>
40974084
</a>
40984085

4099-
</li>
4100-
4101-
<li class="md-nav__item">
4102-
<a href="#check-offers" class="md-nav__link">
4103-
<span class="md-ellipsis">
4104-
4105-
<span class="md-typeset">
4106-
Check offers
4107-
</span>
4108-
4109-
</span>
4110-
</a>
4111-
41124086
</li>
41134087

41144088
</ul>
@@ -4305,8 +4279,10 @@ <h3 id="configure-the-default-project">Configure the default project<a class="he
43054279
</div>
43064280

43074281
<p>This configuration is stored in <code>~/.dstack/config.yml</code>.</p>
4308-
<h3 id="check-offers">Check offers<a class="headerlink" href="#check-offers" title="Permanent link">&para;</a></h3>
4309-
<p>To verify that both the server and CLI are properly configured, use the <a href="../reference/cli/dstack/offer/#list-gpu-offers"><code>dstack offer</code></a> command to list available GPU offers. If you don't see valid offers, ensure you've set up <a href="../concepts/backends/">backends</a>.</p>
4282+
<!-- ### Check offers -->
4283+
4284+
<!-- To verify that both the server and CLI are properly configured, use the [`dstack offer`](reference/cli/dstack/offer.md#list-gpu-offers) command to list available GPU offers. If you don't see valid offers, ensure you've set up [backends](concepts/backends.md). -->
4285+
43104286
<details class="info">
43114287
<summary>Shell autocompletion</summary>
43124288
<p><code>dstack</code> supports shell autocompletion for <code>bash</code> and <code>zsh</code>.</p>

docs/reference/api/rest/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4165,7 +4165,16 @@ <h2 id="usage-example">Usage example<a class="headerlink" href="#usage-example"
41654165
</style>
41664166

41674167
<p><br></br></p>
4168-
<p>!! SWAGGER ERROR: File openapi.json not found. !!</p>
4168+
<p><link type="text/css" rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5/swagger-ui.css"></p>
4169+
<div id="swagger-ui-1">
4170+
</div>
4171+
<script src="https://unpkg.com/swagger-ui-dist@5/swagger-ui-bundle.js" charset="UTF-8"></script>
4172+
<script>
4173+
SwaggerUIBundle({
4174+
url: 'openapi.json',
4175+
dom_id: '#swagger-ui-1',
4176+
})
4177+
</script>
41694178

41704179

41714180

docs/reference/api/rest/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)