mirror of https://github.com/docker/docs.git
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:
parent
d6fc07bb8c
commit
5138abac63
|
@ -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" >}}
|
||||
|
|
|
@ -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" >}}
|
||||
|
|
Loading…
Reference in New Issue