From 08751995f714d73231c74c94003696bbbbf17487 Mon Sep 17 00:00:00 2001 From: Craig Date: Thu, 27 Feb 2025 08:36:29 -0800 Subject: [PATCH] guides: fix layout Signed-off-by: Craig --- content/guides/genai-pdf-bot/_index.md | 2 -- content/guides/rag-ollama/containerize.md | 1 - 2 files changed, 3 deletions(-) diff --git a/content/guides/genai-pdf-bot/_index.md b/content/guides/genai-pdf-bot/_index.md index e30ca5b853b..41c5e16626e 100644 --- a/content/guides/genai-pdf-bot/_index.md +++ b/content/guides/genai-pdf-bot/_index.md @@ -18,5 +18,3 @@ The generative AI (GenAI) guide teaches you how to containerize an existing GenA - Set up a local environment to run the complete GenAI stack locally for development Start by containerizing an existing GenAI application. - -{{< button text="Containerize a GenAI app" url="containerize.md" >}} diff --git a/content/guides/rag-ollama/containerize.md b/content/guides/rag-ollama/containerize.md index 72cf3f6a6ee..402c480af54 100644 --- a/content/guides/rag-ollama/containerize.md +++ b/content/guides/rag-ollama/containerize.md @@ -106,4 +106,3 @@ application using Docker. In the next section, you'll learn how to properly configure the application with your preferred LLM model, completely locally, using Docker. -{{< button text="Develop your application" url="develop.md" >}}