Skip to content

Commit

Permalink
Collapse prerequisites and display step 1 in Quick Start Guide (#2296)
Browse files Browse the repository at this point in the history
* Hide prerequisites and display step 1

* Fix rendering and make style more consistent

---------

Co-authored-by: Pierre Wizla <[email protected]>
  • Loading branch information
pierreburgy and pwizla authored Nov 26, 2024
1 parent 18a0eb1 commit a20c26f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docusaurus/docs/dev-docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@ Strapi offers a lot of flexibility. Whether you want to go fast and quickly see

*Estimated completion time: 5-10 minutes*

:::prerequisites
<details>
<summary>☑️ Prerequisites:</summary>

<InstallPrerequisites components={props.components} />

You will also need to [install `git`](https://github.com/git-guides/install-git) and to have a [GitHub](https://github.com) account to deploy your project to Strapi Cloud.
:::

</details>

## 🚀 Part A: Create a new project with Strapi

We will first create a new Strapi project on your machine by running a command in the terminal, and then register our first local administrator user.

Follow the steps below by clicking on the togglable content to read more instructions.

<details style={detailsStyle}>
<details style={detailsStyle} open>
<summary style={summaryStyle}>Step 1: Run the installation script and create a Strapi Cloud account</summary>

### Step 1: Run the installation script and create a Strapi Cloud account
Expand Down

0 comments on commit a20c26f

Please sign in to comment.