mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-22 00:13:08 +00:00
docs: fix the building distro file (#3880)
# What does this PR do? * Fixes the doc server build (which expects a blank line after imports) ## Test Plan * `cd docs && npm run build`
This commit is contained in:
parent
cb6a5e2687
commit
4c718523fa
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Browse that folder to understand available providers and copy a distribution to
|
|||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="container" label="Building a container">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue