diff --git a/docs/docs/reference/server/config.yml.md b/docs/docs/reference/server/config.yml.md index fdf6e5bcd..a021c138a 100644 --- a/docs/docs/reference/server/config.yml.md +++ b/docs/docs/reference/server/config.yml.md @@ -15,7 +15,7 @@ to configure [backends](../../concepts/backends.md) and other [sever-level setti overrides: show_root_heading: false backends: - type: 'Union[AWSBackendConfigWithCreds, AzureBackendConfigWithCreds, GCPBackendConfigWithCreds, LambdaBackendConfigWithCreds, NebiusBackendConfigWithCreds, RunpodBackendConfigWithCreds, TensorDockBackendConfigWithCreds, VastAIBackendConfigWithCreds, KubernetesConfig]' + type: 'Union[AWSBackendConfigWithCreds, AzureBackendConfigWithCreds, GCPBackendConfigWithCreds, LambdaBackendConfigWithCreds, NebiusBackendConfigWithCreds, RunpodBackendConfigWithCreds, VastAIBackendConfigWithCreds, KubernetesConfig]' #### `projects[n].backends` { #backends data-toc-label="backends" } @@ -194,7 +194,7 @@ to configure [backends](../../concepts/backends.md) and other [sever-level setti type: required: true -##### `projects[n].backends[type=tensordock]` { #tensordock data-toc-label="tensordock" } + ##### `projects[n].backends[type=oci]` { #oci data-toc-label="oci" } diff --git a/frontend/src/pages/Project/Backends/Table/constants.tsx b/frontend/src/pages/Project/Backends/Table/constants.tsx index 509ba2dc0..ac23a6881 100644 --- a/frontend/src/pages/Project/Backends/Table/constants.tsx +++ b/frontend/src/pages/Project/Backends/Table/constants.tsx @@ -1,19 +1,26 @@ import React from 'react'; export const BACKENDS_HELP_SKY = { - header:
Some text
+To use dstack with cloud providers, you have to configure backends.
By default, dstack Sky includes a preset of backends that let you access compute from the {' '}
+ dstack marketplace and pay through your dstack Sky user billing.
You can also configure custom backends to use your own cloud providers, either instead of or in addition to the default ones.
+See the documentation for the list of supported backends.
> ), }; export const BACKENDS_HELP_ENTERPRISE = { - header:Some text
+To use dstack with cloud providers, you have to configure backends.
See the documentation for the list of supported backends.
> ), }; diff --git a/frontend/src/pages/Project/Backends/YAMLForm/constants.tsx b/frontend/src/pages/Project/Backends/YAMLForm/constants.tsx index 1117521af..9d47cfc83 100644 --- a/frontend/src/pages/Project/Backends/YAMLForm/constants.tsx +++ b/frontend/src/pages/Project/Backends/YAMLForm/constants.tsx @@ -22,7 +22,7 @@ export const CONFIG_YAML_HELP_SKY = {You can see all supported backend types at the{' '} - + documentation . @@ -30,7 +30,7 @@ export const CONFIG_YAML_HELP_SKY = {
If you want to use your own cloud account, configure creds and other settings according to the{' '}
-
+
documentation
. Example:
@@ -68,7 +68,7 @@ export const CONFIG_YAML_HELP_ENTERPRISE = {
Each backend type may support different properties. See the{' '} - reference page for more examples. + documentaiton for more examples.
> ), diff --git a/frontend/src/pages/Project/Details/Settings/constants.tsx b/frontend/src/pages/Project/Details/Settings/constants.tsx index 935225031..896372432 100644 --- a/frontend/src/pages/Project/Details/Settings/constants.tsx +++ b/frontend/src/pages/Project/Details/Settings/constants.tsx @@ -4,7 +4,15 @@ export const CLI_INFO = { header:Some text
+
+ To use this project with your CLI, add it using the
+
+ dstack project add command.
+
+ To learn how to install the CLI, refer to the{' '} + installation guide. +
> ), }; diff --git a/frontend/src/pages/Project/Gateways/Table/constants.tsx b/frontend/src/pages/Project/Gateways/Table/constants.tsx index 716f3572d..9b03b807b 100644 --- a/frontend/src/pages/Project/Gateways/Table/constants.tsx +++ b/frontend/src/pages/Project/Gateways/Table/constants.tsx @@ -4,7 +4,8 @@ export const GATEWAYS_INFO = { header:Some text
+Gateways manage the ingress traffic for running services.
+To learn more about gateways, see the documentation.
> ), };