Skip to content

Commit

Permalink
Estimation of time to complete all the steps at the beginning of the …
Browse files Browse the repository at this point in the history
…Quick Start Guide (#2098)

* Time estimate task for quick sart guide

* Re-edited text, now we have just one time estimete text
  • Loading branch information
MbonuJennifer committed May 3, 2024
1 parent f16f32f commit 58f84d0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docusaurus/docs/dev-docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const summaryStyle = {fontSize: '18px'}

Strapi offers a lot of flexibility. Whether you want to go fast and quickly see the final result, or would rather dive deeper into the product, we got you covered. For this tutorial, we'll go for the DIY approach and build a project and data structure from scratch, then deploy your project to Strapi Cloud to add data from there.

*Estimated completion time: 15-20 minutes*

:::prerequisites
<InstallPrerequisites components={props.components} />

Expand Down Expand Up @@ -64,6 +66,7 @@ The `quick start` installation sets up Strapi with a SQLite database. Other data
<details style={detailsStyle}>
<summary style={summaryStyle}>Step 2: Register the first local administrator user</summary>


### Step 2: Register the first local administrator user

Once the installation is complete, your browser automatically opens a new tab.
Expand All @@ -78,7 +81,7 @@ sources={{
light: '/img/assets/quick-start-guide/qsg-handson-part1-01-admin_panel.png',
dark: '/img/assets/quick-start-guide/qsg-handson-part1-01-admin_panel_DARK.png',
}}
/>
/>

</details>

Expand All @@ -104,6 +107,7 @@ The Content-Type Builder helps you create your data structure. When creating an

<summary style={summaryStyle}>Step 1: Create a "Restaurant" collection type</summary>


### Step 1: Create a "Restaurant" collection type

Your restaurants directory will eventually include many restaurants, so we need to create a "Restaurant" collection type. Then we can describe the fields to display when adding a new restaurant entry:
Expand Down Expand Up @@ -134,6 +138,7 @@ Once Strapi has restarted, "Restaurant" is listed under ![Content Manager icon](
<details style={detailsStyle}>
<summary style={summaryStyle}>Step 2: Create a "Category" collection type</summary>


### Step 2: Create a "Category" collection type

It would help getting a bit more organized if our restaurants directory had some categories. Let's create a "Category" collection type:
Expand Down Expand Up @@ -171,6 +176,7 @@ Now that your beautiful first Strapi project is working locally, it's time for t
<details style={detailsStyle}>
<summary style={summaryStyle}>Step 1: Host the code of your Strapi project on GitHub</summary>


### Step 1: Host the code of your Strapi project on GitHub

Create a new GitHub repository and push the code of your Strapi project to this repository. If you're not already familiar with GitHub, the togglable content below should get you started 👇
Expand Down Expand Up @@ -198,6 +204,7 @@ Additional information about using git with the command line interface can be fo
<details style={detailsStyle}>
<summary style={summaryStyle}>Step 2: Create a Strapi Cloud account and a new Strapi Cloud project</summary>


### Step 2: Create a Strapi Cloud account and a new Strapi Cloud project

To create a new Strapi Cloud account:
Expand Down Expand Up @@ -274,6 +281,7 @@ Any project hosted on Strapi Cloud is accessible from its own URL, something lik
<details style={detailsStyle}>
<summary style={summaryStyle}>Step 2: Create an entry for the "Restaurant" collection type</summary>


### Step 2: Create an entry for the "Restaurant" collection type

1. Go to ![Content Manager icon](/img/assets/quick-start-guide/icons/content.svg) _Content Manager > Collection types - Restaurant_ in the navigation.
Expand Down

0 comments on commit 58f84d0

Please sign in to comment.