mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 11:43:55 +00:00
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:
parent
2fcb70b789
commit
59861a4ea5
3 changed files with 60 additions and 69 deletions
6
docs/_static/css/my_theme.css
vendored
6
docs/_static/css/my_theme.css
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue