llama-stack-mirror/docs/docs/contributing/index.mdx
Francisco Javier Arceo 9ccd2e4e9b Allow markdown and python files to be referenced direclty and add it to
the docs

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-23 21:21:27 -04:00

13 lines
308 B
Text

---
title: Contributing
description: Contributing to Llama Stack
sidebar_label: Contributing to Llama Stack
sidebar_position: 3
hide_title: true
---
import Contributing from '!!raw-loader!../../../CONTRIBUTING.md';
import ReactMarkdown from 'react-markdown';
<ReactMarkdown>{Contributing}</ReactMarkdown>