Skip to content

Commit 47eccc1

Browse files
authored
Fix text, screenshots and GIFs in Quick Start Guide (#1636)
1 parent 77ac92b commit 47eccc1

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

docusaurus/docs/dev-docs/quick-start.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ By completing the form, you create your own account. Once done, you become the f
5656

5757
You now have access to the [admin panel](http://localhost:1337/admin):
5858

59-
![Admin panel screenshot: dashboard](/img/assets/quick-start-guide/qsg-handson-part1-01-admin_panel_2.png)
59+
![Admin panel screenshot: dashboard](/img/assets/quick-start-guide/qsg-handson-part1-01-admin_panel.png)
6060

6161
:::callout 🥳 CONGRATULATIONS!
6262
You have just created a new Strapi project! You can start playing with Strapi and discover the product by yourself using our [User Guide](/user-docs/intro), or proceed to part B below.
@@ -82,15 +82,15 @@ The Content-type Builder plugin helps you create your data structure. When creat
8282

8383
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:
8484

85-
1. Go to Plugins ![Content-type Builder icon](/img/assets/quick-start-guide/icons/content_types_builder.svg) [Content-type Builder](http://localhost:1337/admin/plugins/content-type-builder) in the main navigation.
85+
1. Click on the **Create your first Content type** button.<br />If it's not showing up, go to Plugins ![Content-type Builder icon](/img/assets/quick-start-guide/icons/content_types_builder.svg) [Content-type Builder](http://localhost:1337/admin/plugins/content-type-builder) in the main navigation.
8686
2. Click on **Create new collection type**.
8787
3. Type `Restaurant` for the _Display name_, and click **Continue**.
8888
4. Click the Text field.
89-
5. Type `name` in the _Name_ field.
89+
5. Type `Name` in the _Name_ field.
9090
6. Switch to the _Advanced Settings_ tab, and check the **Required field** and the **Unique field** settings.
9191
7. Click on **Add another field**.
9292
8. Choose the Rich text field.
93-
9. Type `description` under the _Name_ field, then click **Finish**.
93+
9. Type `Description` under the _Name_ field, then click **Finish**.
9494
10. Finally, click **Save** and wait for Strapi to restart.
9595

9696
![GIF: Create Restaurant collection type in Content-type Builder](/img/assets/quick-start-guide/qsg-handson-restaurant_2.gif)
@@ -105,12 +105,11 @@ It would help getting a bit more organized if our restaurants directory had some
105105
2. Click on **Create new collection type**.
106106
3. Type `Category` for the _Display name_, and click **Continue**.
107107
4. Click the Text field.
108-
5. Type `name` in the _Name_ field.
108+
5. Type `Name` in the _Name_ field.
109109
6. Switch to the _Advanced Settings_ tab, and check the **Required field** and the **Unique field** settings.
110110
7. Click on **Add another field**.
111111
8. Choose the Relation field.
112-
9. On the right side, click the _Category_ relational fields box and select "Restaurant".
113-
10. In the center, select the icon that represents "many-to-many" ![icon many-to-many](/img/assets/quick-start-guide/icon_manytomany.png). The text should read `Categories has and belongs to many Restaurants`.
112+
9. In the center, select the icon that represents "many-to-many" ![icon many-to-many](/img/assets/quick-start-guide/icon_manytomany.png). The text should read `Categories has and belongs to many Restaurants`.
114113

115114
![Admin Panel screenshot: relations](/img/assets/quick-start-guide/qsg-handson-part2-02-collection_ct.png)
116115

@@ -150,7 +149,7 @@ The "French Food" and "Brunch" categories are now listed in the [Collection type
150149

151150
Go to ![Content Manager icon](/img/assets/quick-start-guide/icons/content.svg) [Content Manager > Collection types - Restaurant](http://localhost:1337/admin/content-manager/collectionType/api::restaurant.restaurant) in the navigation, and click on "Biscotte Restaurant".
152151

153-
In the **Categories** drop-down list at the bottom of the page, select "Brunch". Click **Save**.
152+
In the **Categories** drop-down list, select "Brunch". Click **Save**.
154153

155154
### Step 3: Set Roles & Permissions
156155

807 KB
Loading
256 KB
Loading
Binary file not shown.
5.04 KB
Loading
283 KB
Loading

0 commit comments

Comments
 (0)