Skip to content

Commit e0d539c

Browse files
[UI] Minor update of help messages; plus removed TensorDock from the reference page
1 parent 3d5ab80 commit e0d539c

5 files changed

Lines changed: 28 additions & 12 deletions

File tree

docs/docs/reference/server/config.yml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ to configure [backends](../../concepts/backends.md) and other [sever-level setti
1515
overrides:
1616
show_root_heading: false
1717
backends:
18-
type: 'Union[AWSBackendConfigWithCreds, AzureBackendConfigWithCreds, GCPBackendConfigWithCreds, LambdaBackendConfigWithCreds, NebiusBackendConfigWithCreds, RunpodBackendConfigWithCreds, TensorDockBackendConfigWithCreds, VastAIBackendConfigWithCreds, KubernetesConfig]'
18+
type: 'Union[AWSBackendConfigWithCreds, AzureBackendConfigWithCreds, GCPBackendConfigWithCreds, LambdaBackendConfigWithCreds, NebiusBackendConfigWithCreds, RunpodBackendConfigWithCreds, VastAIBackendConfigWithCreds, KubernetesConfig]'
1919

2020
#### `projects[n].backends` { #backends data-toc-label="backends" }
2121

@@ -194,7 +194,7 @@ to configure [backends](../../concepts/backends.md) and other [sever-level setti
194194
type:
195195
required: true
196196

197-
##### `projects[n].backends[type=tensordock]` { #tensordock data-toc-label="tensordock" }
197+
<!-- ##### `projects[n].backends[type=tensordock]` { #tensordock data-toc-label="tensordock" }
198198
199199
#SCHEMA# dstack._internal.core.backends.tensordock.models.TensorDockBackendConfigWithCreds
200200
overrides:
@@ -209,7 +209,7 @@ to configure [backends](../../concepts/backends.md) and other [sever-level setti
209209
overrides:
210210
show_root_heading: false
211211
type:
212-
required: true
212+
required: true -->
213213

214214
##### `projects[n].backends[type=oci]` { #oci data-toc-label="oci" }
215215

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
import React from 'react';
22

33
export const BACKENDS_HELP_SKY = {
4-
header: <h2>SKy Backends</h2>,
4+
header: <h2>Backends</h2>,
55
body: (
66
<>
7-
<p>Some text</p>
7+
<p>To use <code>dstack</code> with cloud providers, you have to configure backends.</p>
8+
<h4>Marketplace</h4>
9+
<p>By default, <code>dstack Sky</code> includes a preset of backends that let you access compute from the {' '}
10+
<code>dstack</code> marketplace and pay through your <code>dstack Sky</code> user billing.</p>
11+
<h4>Your own cloud accounts</h4>
12+
<p>You can also configure custom backends to use your own cloud providers, either instead of or in addition to the default ones.</p>
13+
<p>See the <a href={'https://dstack.ai/docs/concepts/backends'} target='_blank'>documentation</a> for the list of supported backends.</p>
814
</>
915
),
1016
};
1117

1218
export const BACKENDS_HELP_ENTERPRISE = {
13-
header: <h2>Enterprise Backends</h2>,
19+
header: <h2>Backends</h2>,
1420
body: (
1521
<>
16-
<p>Some text</p>
22+
<p>To use <code>dstack</code> with cloud providers, you have to configure backends.</p>
23+
<p>See the <a href={'https://dstack.ai/docs/concepts/backends'} target='_blank'>documentation</a> for the list of supported backends.</p>
1724
</>
1825
),
1926
};

frontend/src/pages/Project/Backends/YAMLForm/constants.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ export const CONFIG_YAML_HELP_SKY = {
2222
</p>
2323
<p>
2424
You can see all supported backend types at the{' '}
25-
<a href={'https://dstack.ai/docs/reference/server/config.yml/#examples'} target={'_blank'}>
25+
<a href={'https://dstack.ai/docs/concepts/backends'} target={'_blank'}>
2626
documentation
2727
</a>
2828
.
2929
</p>
3030
<h4>Your own cloud account</h4>
3131
<p>
3232
If you want to use your own cloud account, configure <code>creds</code> and other settings according to the{' '}
33-
<a href={'https://dstack.ai/docs/reference/server/config.yml/#examples'} target={'_blank'}>
33+
<a href={'https://dstack.ai/docs/concepts/backends'} target={'_blank'}>
3434
documentation
3535
</a>
3636
. Example:
@@ -68,7 +68,7 @@ export const CONFIG_YAML_HELP_ENTERPRISE = {
6868
</p>
6969
<p>
7070
Each backend type may support different properties. See the{' '}
71-
<a href={'https://dstack.ai/docs/reference/server/config.yml/#examples'}>reference page</a> for more examples.
71+
<a href={'https://dstack.ai/docs/concepts/backends'} target='_blank'>documentaiton</a> for more examples.
7272
</p>
7373
</>
7474
),

frontend/src/pages/Project/Details/Settings/constants.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ export const CLI_INFO = {
44
header: <h2>CLI</h2>,
55
body: (
66
<>
7-
<p>Some text</p>
7+
<p>
8+
To use this project with your CLI, add it using the
9+
<a href={'https://dstack.ai/docs/reference/cli/dstack/project/'} target='_blank'>
10+
<code>dstack project add</code></a> command.
11+
</p>
12+
<p>
13+
To learn how to install the CLI, refer to the{' '}
14+
<a href={'https://dstack.ai/docs/cli/installation'} target='_blank'>installation</a> guide.
15+
</p>
816
</>
917
),
1018
};

frontend/src/pages/Project/Gateways/Table/constants.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export const GATEWAYS_INFO = {
44
header: <h2>Gateways</h2>,
55
body: (
66
<>
7-
<p>Some text</p>
7+
<p>Gateways manage the ingress traffic for running services.</p>
8+
<p>To learn more about gateways, see the <a href={'https://dstack.ai/docs/concepts/gateways'} target='_blank'>documentation</a>.</p>
89
</>
910
),
1011
};

0 commit comments

Comments
 (0)