docs: Updated docs to show minimal RAG example and some other minor changes

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-04-10 22:08:05 -04:00
parent 2fcb70b789
commit 59861a4ea5
3 changed files with 60 additions and 69 deletions

View file

@ -17,9 +17,13 @@
display: none;
}
h3 {
h2, h3, h4 {
font-weight: normal;
}
html[data-theme="dark"] .rst-content div[class^="highlight"] {
background-color: #0b0b0b;
}
pre {
white-space: pre-wrap !important;
word-break: break-all;
}