From e0d539c9b4cdfc7810deb5062dda88b95d0426bc Mon Sep 17 00:00:00 2001
From: peterschmidt85 Some text To use By default, 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. Some text To use See the documentation for the list of supported backends.SKy Backends
,
+ header: Backends
,
body: (
<>
- dstack with cloud providers, you have to configure backends.Marketplace
+ dstack Sky includes a preset of backends that let you access compute from the {' '}
+ dstack marketplace and pay through your dstack Sky user billing.Your own cloud accounts
+ Enterprise Backends
,
+ header: Backends
,
body: (
<>
- dstack with cloud providers, you have to configure backends.
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 9352250312..8963724323 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 716f3572d1..9b03b807b8 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.
> ), };