Skip to content

Commit eefb400

Browse files
committed
chore: shuttle.rs cleanup
1 parent 6382408 commit eefb400

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

_snippets/binaries.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<Warning>
22
After installation, you will have two commands: `shuttle` and `cargo shuttle`.
33

4-
- `shuttle` is used for interacting with the NEW **shuttle.dev** platform.
5-
- `cargo shuttle` is used for interacting with the **shuttle.rs** platform.
4+
- `shuttle` is used for interacting with the **shuttle.dev** platform.
5+
- ~~`cargo shuttle` is used for interacting with the **shuttle.rs** platform.~~
66

7-
This documentation covers the NEW **shuttle.dev** platform.
8-
Go to [docs.shuttle.rs](https://docs.shuttle.rs) to view the docs for the shuttle.rs platform.
7+
This documentation covers the **shuttle.dev** platform.
98
</Warning>

introduction/docs.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ description: "Begin your Shuttle journey with our comprehensive documentation. L
44
icon: "hand-wave"
55
---
66

7-
<Card title="New platform (Public Preview)" icon="layer-group" href="/platform-update/platform-update">
8-
Shuttle is launching the new and improved version of our platform. Click to read more!
7+
<Card title="New platform" icon="layer-group" href="/platform-update/platform-update">
8+
Shuttle has launched a new and improved version of the platform. Click to read more!
99
</Card>
1010

11-
###
12-
1311
<CardGroup>
1412
<Card
1513
title="Get Started"

platform-update/migration.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ If the command does not error, you are ready to use **shuttle.dev**.
4141

4242
## 3. Access the new Console
4343

44-
The Shuttle Console for **shuttle.dev** is now accessed at [console.shuttle.dev](https://console.shuttle.dev/).
44+
The Shuttle Console for **shuttle.dev** is accessed at [console.shuttle.dev](https://console.shuttle.dev/).
4545

46-
The Shuttle Console for **shuttle.rs** is still accessed at [console.shuttle.rs](https://console.shuttle.rs/).
46+
~~The Shuttle Console for **shuttle.rs** is still accessed at [console.shuttle.rs](https://console.shuttle.rs/).~~
4747

4848
## 4. Update Code
4949

@@ -67,6 +67,8 @@ The `assets` field has been renamed to `deploy.include` ([docs](/docs/files#incl
6767

6868
If you want the deploy command to keep blocking dirty deployments, add the `deploy.deny_dirty` field ([docs](/docs/files#block-dirty-deployments)).
6969

70+
The new field `build.assets` might need to be added:
71+
7072
<Warning>
7173
If your project uses static assets or other files at runtime, you need to declare them in `build.assets` to have them copied from the builder to the runtime image ([docs](/docs/files#build-assets)).
7274
</Warning>
@@ -106,7 +108,7 @@ If you are using [deploy-action](https://github.com/shuttle-hq/deploy-action), c
106108
- Use `shuttle-hq/deploy-action@v2` instead of `shuttle-hq/deploy-action@main`
107109
- Rename `deploy-key` to `shuttle-api-key`
108110
- Add a `project-id` value
109-
- Any other args can be added in `extra-args`
111+
- Any other args for `shuttle deploy` can be added in `extra-args`
110112

111113
## 9. (Optional) Custom domains
112114

platform-update/platform-update.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview & Changelog
3-
description: In Q4 2024, Shuttle is launching a new and improved platform
3+
description: In Q4 2024, Shuttle launched a new and improved platform
44
---
55

66
Introducing the new Shuttle platform! We've supercharged what developers love about Shuttle, combining our powerful developer experience with enterprise-grade infrastructure. For developers, we've kept it simple and intuitive - no complex configs, just focus on your Rust code. On the production side, we've implemented VM-level isolation, increased reliability and scalability to meet real-world demands. From solo developers to enterprise teams, Shuttle now offers the perfect blend of ease and production-ready robustness.
@@ -23,11 +23,11 @@ Migrate to the new platform for continued deployment capabilities. Check out our
2323
- New Docs: [docs.shuttle.dev](https://docs.shuttle.dev)
2424
- Command Line: new `shuttle` command (installed alongside `cargo shuttle`)
2525

26-
### Access the OLD platform (for existing users)
26+
### ~~Access the OLD platform~~ (no longer available)
2727

28-
- Old Console: [console.shuttle.rs](https://console.shuttle.rs)
29-
- Old Docs: [docs.shuttle.rs](https://docs.shuttle.rs)
30-
- Command Line: `cargo shuttle` (unchanged)
28+
- ~~Old Console: [console.shuttle.rs](https://console.shuttle.rs)~~
29+
- ~~Old Docs: [docs.shuttle.rs](https://docs.shuttle.rs)~~
30+
- ~~Command Line: `cargo shuttle`~~
3131

3232
## Changelog
3333

@@ -69,12 +69,13 @@ Migrate to the new platform for continued deployment capabilities. Check out our
6969
- `account` to show information about your account.
7070
- `project update name` to rename a project.
7171
- You can now create accounts with Google sign-in and email + password. Accounts on new providers with matching emails are not linked and are treated as separate accounts.
72+
- The ability to increase the allocated CPU and RAM limits (contact us).
7273

7374
### Removed
7475

7576
- **Shuttle Persist** resource and the persistent file volume. *(We plan to implement an S3-based replacement.)*
7677
- **MongoDB Shared Database** resource. *(Removed due to having very few users.)*
77-
- **AWS RDS Database** resource. *(We plan to add a replacement later.)*
78+
- **AWS RDS Database** resource. *(We plan to bring it back.)*
7879
- CLI commands:
7980
- `project stop`
8081
- `project restart`

0 commit comments

Comments
 (0)