[PR #191] [MERGED] Astro dev experience #190

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/191
Author: @seldo
Created: 10/2/2025
Status: Merged
Merged: 10/2/2025
Merged by: @seldo

Base: mainHead: ljv/astro-migration


📝 Commits (1)

📊 Changes

41 files changed (+5731 additions, -145 deletions)

View changed files

📝 docs/.gitignore (+24 -1)
docs/astro.config.mjs (+115 -0)
📝 docs/biome.json (+8 -1)
📝 docs/package.json (+32 -1)
docs/src/assets/llamaindex-dark.svg (+22 -0)
docs/src/assets/llamaindex-light.svg (+22 -0)
docs/src/assets/logo-chip-enormous.png (+0 -0)
docs/src/components/Header.astro (+97 -0)
docs/src/components/HomepageFeatures/index.js (+64 -0)
docs/src/components/HomepageFeatures/styles.module.css (+11 -0)
docs/src/components/ProtectedContent.jsx (+135 -0)
docs/src/components/ProtectedTabs.jsx (+101 -0)
docs/src/components/SiteTitle.astro (+59 -0)
docs/src/components/llamaExtract.js (+42 -0)
docs/src/components/llamaParse.js (+61 -0)
docs/src/components/mdx_components.jsx (+38 -0)
docs/src/content.config.ts (+13 -0)
docs/src/content/docs/workflows/_meta.yml (+2 -0)
docs/src/content/docs/workflows/common_patterns/_meta.yml (+1 -0)
📝 docs/src/content/docs/workflows/common_patterns/branching.mdx (+0 -0)

...and 21 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-ts/pull/191 **Author:** [@seldo](https://github.com/seldo) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@seldo](https://github.com/seldo) **Base:** `main` ← **Head:** `ljv/astro-migration` --- ### 📝 Commits (1) - [`054d0ba`](https://github.com/run-llama/workflows-ts/commit/054d0ba1d84b9c588c804875d0e6c68d1ee13b41) Astro dev experience ### 📊 Changes **41 files changed** (+5731 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `docs/.gitignore` (+24 -1) ➕ `docs/astro.config.mjs` (+115 -0) 📝 `docs/biome.json` (+8 -1) 📝 `docs/package.json` (+32 -1) ➕ `docs/src/assets/llamaindex-dark.svg` (+22 -0) ➕ `docs/src/assets/llamaindex-light.svg` (+22 -0) ➕ `docs/src/assets/logo-chip-enormous.png` (+0 -0) ➕ `docs/src/components/Header.astro` (+97 -0) ➕ `docs/src/components/HomepageFeatures/index.js` (+64 -0) ➕ `docs/src/components/HomepageFeatures/styles.module.css` (+11 -0) ➕ `docs/src/components/ProtectedContent.jsx` (+135 -0) ➕ `docs/src/components/ProtectedTabs.jsx` (+101 -0) ➕ `docs/src/components/SiteTitle.astro` (+59 -0) ➕ `docs/src/components/llamaExtract.js` (+42 -0) ➕ `docs/src/components/llamaParse.js` (+61 -0) ➕ `docs/src/components/mdx_components.jsx` (+38 -0) ➕ `docs/src/content.config.ts` (+13 -0) ➕ `docs/src/content/docs/workflows/_meta.yml` (+2 -0) ➕ `docs/src/content/docs/workflows/common_patterns/_meta.yml` (+1 -0) 📝 `docs/src/content/docs/workflows/common_patterns/branching.mdx` (+0 -0) _...and 21 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 03:16:25 -05:00
yindo closed this issue 2026-02-16 03:16:25 -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-ts#190