guides: fix layout (#22118)

<!--Delete sections as needed -->

## Description

There were a couple leftover buttons from when the layout changed and
the buttons became auto-generated. Removed the buttons.

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2025-02-27 08:51:59 -08:00 committed by GitHub
parent d6fc07bb8c
commit 5138abac63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View File

@ -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 - Set up a local environment to run the complete GenAI stack locally for development
Start by containerizing an existing GenAI application. Start by containerizing an existing GenAI application.
{{< button text="Containerize a GenAI app" url="containerize.md" >}}

View File

@ -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. 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" >}}