[PR #305] [MERGED] docs: more comprehensive docs #383

Closed
opened 2026-02-16 01:17:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/305
Author: @masci
Created: 10/9/2024
Status: Merged
Merged: 10/10/2024
Merged by: @masci

Base: mainHead: massi/docs


📝 Commits (10+)

📊 Changes

37 files changed (+1856 additions, -1993 deletions)

View changed files

📝 .pre-commit-config.yaml (+0 -6)
docs/docs/api_reference/llama_deploy/Message Queues/index.md (+0 -3)
docs/docs/api_reference/llama_deploy/Message Queues/kafka.md (+0 -3)
docs/docs/api_reference/llama_deploy/Message Queues/rabbitmq.md (+0 -3)
docs/docs/api_reference/llama_deploy/Message Queues/redis.md (+0 -3)
docs/docs/api_reference/llama_deploy/Message Queues/simple.md (+0 -3)
docs/docs/api_reference/llama_deploy/apiserver.md (+10 -0)
docs/docs/api_reference/llama_deploy/client.md (+0 -3)
📝 docs/docs/api_reference/llama_deploy/control_plane.md (+2 -2)
docs/docs/api_reference/llama_deploy/deploy.md (+3 -0)
docs/docs/api_reference/llama_deploy/deployment.md (+0 -3)
📝 docs/docs/api_reference/llama_deploy/message_consumers.md (+2 -2)
📝 docs/docs/api_reference/llama_deploy/message_publishers.md (+2 -2)
docs/docs/api_reference/llama_deploy/message_queues/index.md (+6 -0)
docs/docs/api_reference/llama_deploy/message_queues/kafka.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/redis.md (+3 -0)
docs/docs/api_reference/llama_deploy/message_queues/simple.md (+3 -0)
📝 docs/docs/api_reference/llama_deploy/messages.md (+2 -2)
📝 docs/docs/api_reference/llama_deploy/orchestrators.md (+2 -2)

...and 17 more files

📄 Description

For a preview, from the docs folder:

poetry install

then

poetry run mkdocs serve

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/305 **Author:** [@masci](https://github.com/masci) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/docs` --- ### 📝 Commits (10+) - [`b8c3592`](https://github.com/run-llama/llama_deploy/commit/b8c3592fd8fc86b105affbacae1b1590f9663795) remove unneeded plugins - [`0cd132c`](https://github.com/run-llama/llama_deploy/commit/0cd132ca08afb3596b914ffb1bae9b8f4ebb1645) update deps - [`25cea9c`](https://github.com/run-llama/llama_deploy/commit/25cea9cf826791071e74e78c9a1b03c7b9df223d) fix warnings - [`982e50f`](https://github.com/run-llama/llama_deploy/commit/982e50f0a8c746de627fd98319127b0c11e0c3d9) save progress - [`8043fe1`](https://github.com/run-llama/llama_deploy/commit/8043fe16464dfa6b4fce0f6a3fe6130074084569) document llamactl - [`6819e75`](https://github.com/run-llama/llama_deploy/commit/6819e750bdca30a42038312c0bbd220cba44b0c6) fix prettier misformat - [`9ffc1b1`](https://github.com/run-llama/llama_deploy/commit/9ffc1b1fe3201cab520583a3fe8e9cdca77be6e3) fix API reference - [`79e98c9`](https://github.com/run-llama/llama_deploy/commit/79e98c913bdcfdb28aff43f5c866aafc146f6cfc) add core components section - [`30e6a16`](https://github.com/run-llama/llama_deploy/commit/30e6a162cf50b4af37e4067aab417043e3bc318a) fix navigation - [`c28bfa1`](https://github.com/run-llama/llama_deploy/commit/c28bfa1481a82daac4ec8bc55419fb372bf8830b) document apiserver ### 📊 Changes **37 files changed** (+1856 additions, -1993 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+0 -6) ➖ `docs/docs/api_reference/llama_deploy/Message Queues/index.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/Message Queues/kafka.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/Message Queues/rabbitmq.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/Message Queues/redis.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/Message Queues/simple.md` (+0 -3) ➕ `docs/docs/api_reference/llama_deploy/apiserver.md` (+10 -0) ➖ `docs/docs/api_reference/llama_deploy/client.md` (+0 -3) 📝 `docs/docs/api_reference/llama_deploy/control_plane.md` (+2 -2) ➕ `docs/docs/api_reference/llama_deploy/deploy.md` (+3 -0) ➖ `docs/docs/api_reference/llama_deploy/deployment.md` (+0 -3) 📝 `docs/docs/api_reference/llama_deploy/message_consumers.md` (+2 -2) 📝 `docs/docs/api_reference/llama_deploy/message_publishers.md` (+2 -2) ➕ `docs/docs/api_reference/llama_deploy/message_queues/index.md` (+6 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/kafka.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/rabbitmq.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/redis.md` (+3 -0) ➕ `docs/docs/api_reference/llama_deploy/message_queues/simple.md` (+3 -0) 📝 `docs/docs/api_reference/llama_deploy/messages.md` (+2 -2) 📝 `docs/docs/api_reference/llama_deploy/orchestrators.md` (+2 -2) _...and 17 more files_ </details> ### 📄 Description For a preview, from the `docs` folder: ``` poetry install ``` then ``` poetry run mkdocs serve ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:08 -05:00
yindo closed this issue 2026-02-16 01:17:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#383