mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-19 09:35:53 -04:00
[PR #191] [MERGED] Astro dev experience #190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:ljv/astro-migration📝 Commits (1)
054d0baAstro dev experience📊 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.