Skip to content

Update QSG to match new CLI behavior #2133

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

Merged
merged 1 commit into from
Jul 3, 2024
Merged
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 docusaurus/docs/dev-docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Follow the steps below by clicking on the togglable content to read more instruc
}}
/>

As you will see in the terminal, your project is now building locally and also getting ready to be deployed on Strapi Cloud later.
As you will see in the terminal, your project is now building locally.

:::info
* The `quick start` installation sets up Strapi with a SQLite database. Other databases and installation options are available (see [CLI installation guide](/dev-docs/installation/cli)).
Expand Down Expand Up @@ -230,7 +230,7 @@ sources={{
/>

:::callout 🥳 CONGRATULATIONS!
Now your project is hosted on Strapi Cloud and accessible online. You can learn more about Strapi Cloud by reading [its dedicated documentation](/cloud/intro) or proceed to part D to log in into your online Strapi project and add your first data from there.
Now your project is hosted on Strapi Cloud and accessible online. Enjoy your 14-day free Strapi Cloud trial! You can learn more about Strapi Cloud by reading [its dedicated documentation](/cloud/intro) or proceed to part D to log in into your online Strapi project and add your first data from there.
:::

:::tip
Expand Down