Skip to content

Commit 9e6a6ff

Browse files
committed
remove slugs and add redirects instead
1 parent 869b0b6 commit 9e6a6ff

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

blog/2025-06-06-may-product-updates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "May 2025 Defang Compose Update"
33
description: "Monthly product updates from the Defang team - May 2025"
4-
slug: 2025-06-06-product-update
54
tags:
65
[
76
Cloud,

blog/2025-06-16-crew-ai-sample.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Sample: Starter Kit for RAG + Agents with CrewAI"
33
description: "Going over our sample for RAG + Agents with CrewAI"
4-
slug: rag-agents-crewai-sample
54
tags: [Cloud, NoDevOps, Docker Compose, Defang, Sample]
65
author: Defang Team
76
---
@@ -89,4 +88,3 @@ DEFANG_PROVIDER=<provider> defang compose up
8988
```
9089

9190
Want more? File an [issue](https://github.com/DefangLabs/samples/issues) to request a sample—we'll do everything we can to help you deploy better and faster!
92-

blog/2025-06-16-docker-compose-defang.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Bridging Local Development and Cloud Deployment"
33
description: "Announcing our new whitepaper: Bridging Local Development and Cloud Deployment with Docker Compose and Defang"
4-
slug: defang-docker-compose
54
tags: [Cloud, NoDevOps, Docker Compose, Defang, Whitepaper]
65
author: Defang Team
76
---

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const redirects = [
3232
{ from: '/blog/deploying-defang-with-defang-part-2', to: '/blog/2025/03/26/deploying-defang-with-defang-part-2' },
3333
{ from: '/blog/website-logo-refresh-announcement', to: '/blog/2025/03/12/website-logo-refresh-announcement' },
3434
{ from: '/blog/2025-05-09-product-update', to: '/blog/2025/05/09/april-product-updates' },
35+
{ from: '/blog/2025-06-06-product-update', to: '/blog/2025/06/06/may-product-updates' },
36+
{ from: '/blog/rag-agents-crew-ai-sample', to: '/blog/2025/06/16/crew-ai-sample' },
37+
{ from: '/blog/defang-docker-compose', to: '/blog/2025/06/16/docker-compose-defang' },
3538
];
3639

3740
/** @type {import('@docusaurus/types').DocusaurusConfig} */

0 commit comments

Comments
 (0)