Skip to content

Commit 9a0fe8d

Browse files
committed
Add missing slugs to 4 lectures
1 parent c2f5bf9 commit 9a0fe8d

File tree

4 files changed

+4
-6
lines changed
  • docs/docs
    • 05_flask_smorest
    • 08_flask_jwt_extended/04_flask_jwt_extended_setup

4 files changed

+4
-6
lines changed

docs/docs/05_flask_smorest/03_improvements_on_first_rest_api/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Improvements to our first REST API"
33
description: "Add new error handling and code improvements to the REST API before adding any new endpoints."
4-
5-
slugs: improvements-to-our-first-rest-api
4+
slug: improvements-to-our-first-rest-api
65
---
76

87
# Improvements to our first REST API

docs/docs/05_flask_smorest/04_new_endpoints_for_api/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "New endpoints for our REST API"
33
description: "Let's add a few routes to our first REST API, so it better matches what a production REST API would look like."
4-
5-
slugs: new-endpoints-for-our-rest-api
4+
slug: new-endpoints-for-our-rest-api
65
---
76

87
# New endpoints for our REST API

docs/docs/05_flask_smorest/05_reload_api_docker_container/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: "Reloading API code in Docker container"
33
description: "Learn how to get your code instantly synced up to the Docker container, so that every time you make a code change it restarts the app in the container and uses the latest code."
4-
5-
slugs: reloading-api-code-in-docker-container
4+
slug: reloading-api-code-in-docker-container
65
---
76

87
# Reloading API code in Docker container

docs/docs/08_flask_jwt_extended/04_flask_jwt_extended_setup/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Flask-JWT-Extended setup
33
description: Install and set up the Flask-JWT-Extended extension with our REST API.
4+
slug: flask-jwt-extended-setup
45
---
56

67
# Flask-JWT-Extended setup

0 commit comments

Comments
 (0)