Added step to getting started topic per forum discussion. (#8510)

Signed-off-by: Jim Bisso <jbisso@gmail.com>
This commit is contained in:
Jim Bisso 2020-10-29 09:41:52 -07:00 committed by GitHub
parent 0eb54e5dc7
commit a4e04f83fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,18 @@ Navigate to [**SETTINGS** - **User's roles**](http://localhost:1337/admin/settin
- Repeat and find **Category**. Click the checkbox next to **find** and **findone**.
- Click **Save**.
## 8. Consume the Content Type's API
## 8. Publish the content
By default, any content you create is saved as a draft. To publish your conent:
Navigate back to [**COLLECTION TYPES** - **Categories**](http://localhost:1337/admin/plugins/content-manager/collectionType/application::category.category)
- Click the **Draft** button on the **Brunch** category.
- Click **Publish** button.
- In the **Please confirm** dialog, click **Yes, publish** button.
- Repeat for the **French food** category and **Biscotte Restaurant**.
## 9. Consume the Content Type's API
Here we are! The list of **restaurants** is accessible at [`http://localhost:1337/restaurants`](http://localhost:1337/restaurants).