From 47e05b9db53484ed633aeecb6cfcea65c46a3945 Mon Sep 17 00:00:00 2001 From: NicholasGoh Date: Mon, 7 Jul 2025 21:22:42 +0800 Subject: [PATCH] feat(cloud): replace links to demos with link to cloud billing page --- blog/2024-11-07-agentic-rag/index.mdx | 2 +- blog/2025-02-01-etl-automation/index.mdx | 2 +- blog/2025-03-01-customer-service/index.mdx | 2 +- blog/2025-04-21-monitoring-and-observability/index.mdx | 2 +- docusaurus.config.ts | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blog/2024-11-07-agentic-rag/index.mdx b/blog/2024-11-07-agentic-rag/index.mdx index ab57f0e..7335f6e 100644 --- a/blog/2024-11-07-agentic-rag/index.mdx +++ b/blog/2024-11-07-agentic-rag/index.mdx @@ -10,7 +10,7 @@ import ArchitectureDiagram from './architecture-diagram.svg'; ## Demo -Feel free to check out the demo [here](https://nicholas-goh.com/ui) before I dive into the blog! +Feel free to check out the demo [here](https://nicholas-goh.com/blog/reducing-cloud-bill) before I dive into the blog! diff --git a/blog/2025-02-01-etl-automation/index.mdx b/blog/2025-02-01-etl-automation/index.mdx index 7757605..d2a6bc9 100644 --- a/blog/2025-02-01-etl-automation/index.mdx +++ b/blog/2025-02-01-etl-automation/index.mdx @@ -9,7 +9,7 @@ import ReactPlayer from 'react-player' ## Demo -Check out the [demo](https://nicholas-goh.com/use-cases/etl-automation/ui) before I dive into the blog! +Check out the [demo](https://nicholas-goh.com/blog/reducing-cloud-bill) before I dive into the blog! diff --git a/blog/2025-03-01-customer-service/index.mdx b/blog/2025-03-01-customer-service/index.mdx index 0864a42..3de94e5 100644 --- a/blog/2025-03-01-customer-service/index.mdx +++ b/blog/2025-03-01-customer-service/index.mdx @@ -9,7 +9,7 @@ import ReactPlayer from 'react-player' ## Demo -Check out the [demo](https://nicholas-goh.com/use-cases/customer-service/ui) before I dive into the blog! +Check out the [demo](https://nicholas-goh.com/blog/reducing-cloud-bill) before I dive into the blog! diff --git a/blog/2025-04-21-monitoring-and-observability/index.mdx b/blog/2025-04-21-monitoring-and-observability/index.mdx index b72ef4e..7d77cf5 100644 --- a/blog/2025-04-21-monitoring-and-observability/index.mdx +++ b/blog/2025-04-21-monitoring-and-observability/index.mdx @@ -9,7 +9,7 @@ import ReactPlayer from 'react-player' ## Demo -Check out the following interactive dashboards, [Grafana](https://nicholas-goh.com/grafana) and [Langfuse](https://nicholas-goh.com/langfuse), before I dive into the blog! +Check out the following interactive dashboards, [Grafana](https://nicholas-goh.com/blog/reducing-cloud-bill) and [Langfuse](https://nicholas-goh.com/blog/reducing-cloud-bill), before I dive into the blog! Username and password: diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fb544e4..dad7a29 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -107,12 +107,12 @@ const config: Config = { { to: "/showcase", label: "Projects", position: "left" }, { to: "/blog", label: "Blog", position: "left" }, { - to: "https://nicholas-goh.com/grafana", + to: "https://nicholas-goh.com/blog/reducing-cloud-bill", label: "Grafana", position: "left", }, { - to: "https://nicholas-goh.com/langfuse", + to: "https://nicholas-goh.com/blog/reducing-cloud-bill", label: "Langfuse", position: "left", },