From 4f79a8a242f191e93c02f017ba0d0184e39ad3ae Mon Sep 17 00:00:00 2001 From: VaibhavWakde52 <149496880+VaibhavWakde52@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:14:12 +0530 Subject: [PATCH 1/2] Update quickstart.md --- docs/docs/quickstart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index dcef058bc..6ef7228be 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -149,7 +149,7 @@ Your folder can be a regular local folder or a Git repo. === "Service" A service allows you to deploy a web app or a model as a scalable endpoint. It lets you configure - dependencies, resources, authorizarion, auto-scaling rules, etc. + dependencies, resources, authorization, auto-scaling rules, etc. ??? info "Prerequisites" If you're using the open-source server, you must set up a [gateway](concepts/gateways.md) before you can run a service. @@ -179,7 +179,7 @@ Your folder can be a regular local folder or a Git repo. # Port of the service port: 8501 - # Comment to enable authorizartion + # Comment to enable authorization auth: False # Use either spot or on-demand instances @@ -220,7 +220,7 @@ Your folder can be a regular local folder or a Git repo. - One the service is up, its endpoint is accessible at `https://.`. + Once the service is up, its endpoint is accessible at `https://.`. > `dstack apply` automatically uploads the code from the current repo, including your local uncommitted changes. @@ -237,4 +237,4 @@ Something not working? Make sure to check out the [troubleshooting](guides/troub !!! info "Examples" To see how dev environments, tasks, services, and fleets can be used for - training and deploying AI models, check out the [examples](examples/index.md). \ No newline at end of file + training and deploying AI models, check out the [examples](examples/index.md). From 2a3e0ee14812f8969c98a057d3b0e119b148cdb5 Mon Sep 17 00:00:00 2001 From: VaibhavWakde52 <149496880+VaibhavWakde52@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:15:27 +0530 Subject: [PATCH 2/2] Update services.md --- docs/docs/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/services.md b/docs/docs/services.md index 679abbc6b..c916580d1 100644 --- a/docs/docs/services.md +++ b/docs/docs/services.md @@ -1,7 +1,7 @@ # Services A service allows you to deploy a web app or a model as a scalable endpoint. It lets you configure -dependencies, resources, authorizarion, auto-scaling rules, etc. +dependencies, resources, authorization, auto-scaling rules, etc. Services are provisioned behind a [gateway](concepts/gateways.md) which provides an HTTPS endpoint mapped to your domain, handles authentication, distributes load, and performs auto-scaling. @@ -165,4 +165,4 @@ or creates a new fleet through backends. !!! info "Reference" See [.dstack.yml](reference/dstack.yml/service.md) for all the options supported by - services, along with multiple examples. \ No newline at end of file + services, along with multiple examples.