run-llama / llama_deploy

Deploy your agentic worfklows to production
https://docs.llamaindex.ai/en/stable/module_guides/llama_deploy/
MIT License
1.86k stars 193 forks source link

docs: new docs layout #295

Closed masci closed 1 month ago

masci commented 1 month ago

Adjusted the layout of the docs so that it's easier to sync from the llama_index side. Docs can still be built locally to this repo during development with poetry run mkdocs serve from the docs folder.

Sister PR of https://github.com/run-llama/llama_index/pull/16403