[PR #60] [MERGED] Migrate docs from llama_index to workflows-py repo #83

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/60
Author: @masci
Created: 8/7/2025
Status: Merged
Merged: 8/8/2025
Merged by: @masci

Base: mainHead: massi/docs


📝 Commits (3)

  • 03130ce migrate docs from llama_index
  • a0e3bde add the understanding section as well
  • 0fd8387 remove useless files

📊 Changes

47 files changed (+19228 additions, -5 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
docs/README.md (+45 -0)
docs/docs/_static/assets/LlamaLogoBrowserTab.png (+0 -0)
docs/docs/_static/assets/LlamaSquareBlack.svg (+18 -0)
docs/docs/_static/css/algolia.css (+662 -0)
docs/docs/_static/css/custom.css (+14 -0)
docs/docs/_static/js/algolia.js (+7254 -0)
docs/docs/_static/js/leadfeeder.js (+22 -0)
docs/docs/api_reference/workflow/context.md (+5 -0)
docs/docs/api_reference/workflow/decorators.md (+4 -0)
docs/docs/api_reference/workflow/events.md (+6 -0)
docs/docs/api_reference/workflow/retry_policy.md (+5 -0)
docs/docs/api_reference/workflow/workflow.md (+5 -0)
docs/docs/css/algolia.css (+766 -0)
docs/docs/css/custom.css (+14 -0)
docs/docs/css/style.css (+46 -0)
docs/docs/index.md (+0 -0)
docs/docs/javascript/algolia.js (+7252 -0)
docs/docs/module_guides/workflow/index.md (+797 -0)
docs/docs/understanding/workflow/arize.png (+0 -0)

...and 27 more files

📄 Description

No description provided


🔄 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/workflows-py/pull/60 **Author:** [@masci](https://github.com/masci) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/docs` --- ### 📝 Commits (3) - [`03130ce`](https://github.com/run-llama/workflows-py/commit/03130ce74c1152ed1fbeb8f86a8ab31b29f05db5) migrate docs from llama_index - [`a0e3bde`](https://github.com/run-llama/workflows-py/commit/a0e3bde496e32442b5911c362078b4eb55fc01b2) add the understanding section as well - [`0fd8387`](https://github.com/run-llama/workflows-py/commit/0fd83873c0a54506e97a00baa91e293cb8ddd915) remove useless files ### 📊 Changes **47 files changed** (+19228 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) ➕ `docs/README.md` (+45 -0) ➕ `docs/docs/_static/assets/LlamaLogoBrowserTab.png` (+0 -0) ➕ `docs/docs/_static/assets/LlamaSquareBlack.svg` (+18 -0) ➕ `docs/docs/_static/css/algolia.css` (+662 -0) ➕ `docs/docs/_static/css/custom.css` (+14 -0) ➕ `docs/docs/_static/js/algolia.js` (+7254 -0) ➕ `docs/docs/_static/js/leadfeeder.js` (+22 -0) ➕ `docs/docs/api_reference/workflow/context.md` (+5 -0) ➕ `docs/docs/api_reference/workflow/decorators.md` (+4 -0) ➕ `docs/docs/api_reference/workflow/events.md` (+6 -0) ➕ `docs/docs/api_reference/workflow/retry_policy.md` (+5 -0) ➕ `docs/docs/api_reference/workflow/workflow.md` (+5 -0) ➕ `docs/docs/css/algolia.css` (+766 -0) ➕ `docs/docs/css/custom.css` (+14 -0) ➕ `docs/docs/css/style.css` (+46 -0) ➕ `docs/docs/index.md` (+0 -0) ➕ `docs/docs/javascript/algolia.js` (+7252 -0) ➕ `docs/docs/module_guides/workflow/index.md` (+797 -0) ➕ `docs/docs/understanding/workflow/arize.png` (+0 -0) _...and 27 more files_ </details> ### 📄 Description _No description provided_ --- <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:16:31 -05:00
yindo closed this issue 2026-02-16 02:16:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#83