Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion blog/2025-06-06-may-product-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "May 2025 Defang Compose Update"
description: "Monthly product updates from the Defang team - May 2025"
slug: 2025-06-06-product-update
tags:
[
Cloud,
Expand Down
2 changes: 0 additions & 2 deletions blog/2025-06-16-crew-ai-sample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Sample: Starter Kit for RAG + Agents with CrewAI"
description: "Going over our sample for RAG + Agents with CrewAI"
slug: rag-agents-crewai-sample
tags: [Cloud, NoDevOps, Docker Compose, Defang, Sample]
author: Defang Team
---
Expand Down Expand Up @@ -89,4 +88,3 @@ DEFANG_PROVIDER=<provider> defang compose up
```

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!

1 change: 0 additions & 1 deletion blog/2025-06-16-docker-compose-defang.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Bridging Local Development and Cloud Deployment"
description: "Announcing our new whitepaper: Bridging Local Development and Cloud Deployment with Docker Compose and Defang"
slug: defang-docker-compose
tags: [Cloud, NoDevOps, Docker Compose, Defang, Whitepaper]
author: Defang Team
---
Expand Down
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const redirects = [
{ from: '/blog/deploying-defang-with-defang-part-2', to: '/blog/2025/03/26/deploying-defang-with-defang-part-2' },
{ from: '/blog/website-logo-refresh-announcement', to: '/blog/2025/03/12/website-logo-refresh-announcement' },
{ from: '/blog/2025-05-09-product-update', to: '/blog/2025/05/09/april-product-updates' },
{ from: '/blog/2025-06-06-product-update', to: '/blog/2025/06/06/may-product-updates' },
{ from: '/blog/rag-agents-crew-ai-sample', to: '/blog/2025/06/16/crew-ai-sample' },
{ from: '/blog/defang-docker-compose', to: '/blog/2025/06/16/docker-compose-defang' },
];

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