This repository contains the documentation for LlamaDeploy, built using MkDocs with Material theme.
- Python 3.10 or higher
- uv (for dependency management)
- Clone the repository
- Install dependencies using uv:
uv syncTo start the documentation server locally:
uv run mkdocs serveThis will start a development server at http://127.0.0.1:8000.
LlamaDeploy is part of LlamaIndex documentation portal so the build is performed from the main repository.
Warning
When a documentation change is merged here, the change won't be visible until a new build is triggered from the LlamaIndex repository.
Contributions are very welcome!
- Create a new branch for your changes
- Make your changes to the documentation
- Test locally using
uv run mkdocs serve - Submit a pull request