Skip to content

Commit a3cb1cb

Browse files
committed
Rename just added slugs to ctslug
1 parent 9a0fe8d commit a3cb1cb

File tree

4 files changed

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

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-
slug: improvements-to-our-first-rest-api
4+
ctslug: improvements-to-our-first-rest-api
55
---
66

77
# Improvements to our first REST API

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-
slug: new-endpoints-for-our-rest-api
4+
ctslug: new-endpoints-for-our-rest-api
55
---
66

77
# New endpoints for our REST API

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-
slug: reloading-api-code-in-docker-container
4+
ctslug: reloading-api-code-in-docker-container
55
---
66

77
# Reloading API code in Docker container

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +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
4+
ctslug: flask-jwt-extended-setup
55
---
66

77
# Flask-JWT-Extended setup

0 commit comments

Comments
 (0)