Skip to content

Commit fe7da8b

Browse files
committed
docs(index): remove celery as that section hasn't been added yet
1 parent 73069fd commit fe7da8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: "REST APIs with Flask and Python",
10-
tagline:
11-
"Build and deploy REST APIs using Flask, PostgreSQL, Docker, and Celery",
12-
url: "https://rest-apis.teclado.com",
10+
tagline: "Build and deploy REST APIs using Flask, PostgreSQL, and Docker",
11+
url: "https://rest-apis-flask.teclado.com",
1312
baseUrl: "/",
1413
onBrokenLinks: "throw",
1514
onBrokenMarkdownLinks: "warn",

0 commit comments

Comments
 (0)