Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guides: fix layout #22118

Merged
merged 1 commit into from
Feb 27, 2025
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
2 changes: 0 additions & 2 deletions content/guides/genai-pdf-bot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
1 change: 0 additions & 1 deletion content/guides/rag-ollama/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}