[PR #527] [MERGED] chore: fix docs build and move to ux #525

Closed
opened 2026-02-16 02:15:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/527
Author: @masci
Created: 6/3/2025
Status: Merged
Merged: 6/3/2025
Merged by: @masci

Base: mainHead: massi/cosmetics


📝 Commits (1)

📊 Changes

8 files changed (+2338 additions, -38 deletions)

View changed files

📝 .gitignore (+1 -1)
.taplo.toml (+5 -0)
📝 docs/README.md (+5 -5)
docs/docs/api_reference/llama_deploy/deploy.md (+0 -3)
docs/docs/api_reference/llama_deploy/messages.md (+0 -3)
📝 docs/pyproject.toml (+22 -17)
docs/uv.lock (+2303 -0)
📝 pyproject.toml (+2 -9)

📄 Description

Also in this PR:

  • update the .gitignore to include the docs lockfile and exclude .claude
  • introduce taplo config file so that IDEs like Zed don't clash with the pre-commit hook
  • reformat the pyproject.toml file

🔄 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/527 **Author:** [@masci](https://github.com/masci) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/cosmetics` --- ### 📝 Commits (1) - [`d389bfd`](https://github.com/run-llama/llama_deploy/commit/d389bfd50997a61fbe09c3cd59e3acf3874b4638) fix formatting ### 📊 Changes **8 files changed** (+2338 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) ➕ `.taplo.toml` (+5 -0) 📝 `docs/README.md` (+5 -5) ➖ `docs/docs/api_reference/llama_deploy/deploy.md` (+0 -3) ➖ `docs/docs/api_reference/llama_deploy/messages.md` (+0 -3) 📝 `docs/pyproject.toml` (+22 -17) ➕ `docs/uv.lock` (+2303 -0) 📝 `pyproject.toml` (+2 -9) </details> ### 📄 Description Also in this PR: - update the .gitignore to include the docs lockfile and exclude .claude - introduce taplo config file so that IDEs like Zed don't clash with the pre-commit hook - reformat the pyproject.toml file --- <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 02:15:28 -05:00
yindo closed this issue 2026-02-16 02:15:28 -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#525