run-llama / llama_deploy

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

Create Initial Docs #30

Closed logan-markewich closed 1 month ago

logan-markewich commented 4 months ago

A new docs site likely needs to be spun up. This should include at a minimum some basic installation, getting started, and a few guides.

Additionally, we need some API docs, which means writing a lot of docstrings (or getting copilot to help 😉)

peteryxu commented 4 months ago

would love to contribute to agent docs writing/generating, and site publishing. Let me know how I could get started. @logan-markewich

logan-markewich commented 4 months ago

@peteryxu while trying to avoid having too many docs sites, considering integrating the docs into llama-index docs.

I'm thinking the docs will mostly live in this repo, and the build step for the llama-index docs will clone this and copy over some info

Still need to try and get that working 😅

For docs in general, I'd really like to focus on a good quickstart (maybe the current readme isnt good enough), theory/structure overview, api docs (so good docstrings, since it's generated from that) and good examples.

peteryxu commented 4 months ago

that's sounds a good plan. I can start thinking about some good quickstarts, and arch overview.

peteryxu commented 4 months ago

For general DocOps automation & process, have you looked at https://www.komment.ai/#product ? @logan-markewich

masci commented 1 month ago

Docs are now available at https://docs.llamaindex.ai/en/latest/module_guides/llama_deploy/ we can call this issue done, will open a new one in case later we want to have a dedicated website to serve Llama Deploy docs exclusively