Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in docs #1811

Merged
merged 8 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/concepts/fleets.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ To terminate and delete specific instances from a fleet, pass `-i INSTANCE_NUM`.

#### Termination policy

If you want a fleet to be automatically deleted after a certain idle time, you can set the
If you want a fleet to be automatically deleted after a certain idle time,
you can set the [`termination_idle_time`](../reference/dstack.yml/fleet.md#termination_idle_time) property.

[//]: # (Add Idle time example to the reference page)
Expand All @@ -252,4 +252,4 @@ you can set the [`termination_idle_time`](../reference/dstack.yml/fleet.md#termi

!!! info "Reference"
See [.dstack.yml](../reference/dstack.yml/fleet.md) for all the options supported by
fleets, along with multiple examples.
fleets, along with multiple examples.
4 changes: 2 additions & 2 deletions docs/docs/concepts/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ dstack delete -f examples/deployment/gateway.dstack.yml

</div>

[//]: # (TODO: Ellaborate on default)
[//]: # (TODO: Elaborate on default)

[//]: # (TODO: ## Accessing endpoints)

Expand All @@ -86,4 +86,4 @@ $ dstack delete -f examples/deployment/gateway.dstack.yml

!!! info "Reference"
See [.dstack.yml](../reference/dstack.yml/gateway.md) for all the options supported by
gateways, along with multiple examples.
gateways, along with multiple examples.
6 changes: 3 additions & 3 deletions docs/docs/guides/server-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ To store the state externally, use the `DSTACK_DATABASE_URL` and `DSTACK_SERVER_
??? info "Migrate from SQLite to PostgreSQL"
You can migrate the existing state from SQLite to PostgreSQL using `pgloader`:

1. Create an new PostgreSQL database
1. Create a new PostgreSQL database
2. Clone the `dstack` repo and [install](https://github.com/dstackai/dstack/blob/master/contributing/DEVELOPMENT.md) `dstack` from source.
Ensure you've checked out the tag that corresponds to your server version (e.g. `git checkout 0.18.10`).
3. Apply database migrations to the new database:
Expand Down Expand Up @@ -154,7 +154,7 @@ The log group must be created beforehand, `dstack` won't try to create it.
}
```

## Deploying multiple replicase of the server
## Deploying multiple replicas of the server

If you'd like to deploy multiple server replicas, make sure to configure `dstack` to use [PostgreSQL](#postgresql)
and [AWS CloudWatch](#aws-cloudwatch).
and [AWS CloudWatch](#aws-cloudwatch).
4 changes: 2 additions & 2 deletions docs/docs/guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure to provide clear, detailed steps to reproduce the issue.
Include server logs, CLI outputs, and configuration samples. Avoid using screenshots for logs or errors—use text instead.

To get more detailed logs, make sure to set the `DSTACK_CLI_LOG_LEVEL` and `DSTACK_SERVER_LOG_LEVEL`
environent variables to `debug` when running the CLI and the server, respectively.
environment variables to `debug` when running the CLI and the server, respectively.

> See these examples for well-reported issues: [this :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack/issues/1640){:target="_blank"}
and [this :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack/issues/1551){:target="_blank"}.
Expand Down Expand Up @@ -119,4 +119,4 @@ Also, review the `/root/.dstack/shim.log` file on each host used to create the

## Community

If you have a question, please feel free to ask it in our [Discord server](https://discord.gg/u8SmfwPpMd).
If you have a question, please feel free to ask it in our [Discord server](https://discord.gg/u8SmfwPpMd).