mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 00:02:36 +00:00
Allow markdown and python files to be referenced direclty and add it to
the docs Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
7ab63068f8
commit
9ccd2e4e9b
11 changed files with 493 additions and 1145 deletions
|
|
@ -71,6 +71,11 @@ const config: Config = {
|
|||
docs: {
|
||||
sidebarPath: require.resolve("./sidebars.ts"),
|
||||
docItemComponent: "@theme/ApiItem", // Derived from docusaurus-theme-openapi
|
||||
remarkPlugins: [
|
||||
[require('remark-code-import'), {
|
||||
rootDir: require('path').join(__dirname, '..') // Repository root
|
||||
}]
|
||||
],
|
||||
},
|
||||
blog: false,
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue