diff --git a/blog/2025-06-06-may-product-updates.md b/blog/2025-06-06-may-product-updates.md index 99e3398fe..e2d91e576 100644 --- a/blog/2025-06-06-may-product-updates.md +++ b/blog/2025-06-06-may-product-updates.md @@ -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, diff --git a/blog/2025-06-16-crew-ai-sample.md b/blog/2025-06-16-crew-ai-sample.md index 12e5fc9f7..ecc46fb3a 100644 --- a/blog/2025-06-16-crew-ai-sample.md +++ b/blog/2025-06-16-crew-ai-sample.md @@ -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 --- @@ -89,4 +88,3 @@ DEFANG_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! - diff --git a/blog/2025-06-16-docker-compose-defang.md b/blog/2025-06-16-docker-compose-defang.md index 0c2cad3e0..13b2db6e8 100644 --- a/blog/2025-06-16-docker-compose-defang.md +++ b/blog/2025-06-16-docker-compose-defang.md @@ -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 --- diff --git a/docusaurus.config.js b/docusaurus.config.js index 22782534f..28091c552 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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} */