[PR #845] [MERGED] docs: move ts examples in their own top-level folder #907

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/845
Author: @AstraBert
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @AstraBert

Base: mainHead: clelia/move-ts-examples


📝 Commits (1)

  • 19c1dd0 docs: move ts examples in their own top-level folder

📊 Changes

19 files changed (+14 additions, -8 deletions)

View changed files

examples-ts/README.md (+8 -0)
📝 examples-ts/index/README.md (+0 -0)
📝 examples-ts/index/eslint.config.mts (+0 -0)
📝 examples-ts/index/package.json (+0 -0)
📝 examples-ts/index/pnpm-lock.yaml (+0 -0)
📝 examples-ts/index/src/index.ts (+0 -0)
📝 examples-ts/index/src/logger.ts (+0 -0)
📝 examples-ts/index/src/utils.ts (+0 -0)
📝 examples-ts/index/tsconfig.json (+0 -0)
📝 examples-ts/parse/README.md (+0 -0)
📝 examples-ts/parse/data/llama.pdf (+0 -0)
📝 examples-ts/parse/eslint.config.mts (+0 -0)
📝 examples-ts/parse/package.json (+0 -0)
📝 examples-ts/parse/pnpm-lock.yaml (+0 -0)
📝 examples-ts/parse/src/index.ts (+0 -0)
📝 examples-ts/parse/src/logger.ts (+0 -0)
📝 examples-ts/parse/src/utils.ts (+0 -0)
📝 examples-ts/parse/tsconfig.json (+0 -0)
📝 examples/README.md (+6 -8)

📄 Description

As per title, we are moving TypeScript examples in the top-level folder examples-ts where the examples will be listed simply as parse, index, extract etc. for consistency with python examples


🔄 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_cloud_services/pull/845 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/move-ts-examples` --- ### 📝 Commits (1) - [`19c1dd0`](https://github.com/run-llama/llama_cloud_services/commit/19c1dd0147ef9c1d1b0237b5e3e2f29e8919aea9) docs: move ts examples in their own top-level folder ### 📊 Changes **19 files changed** (+14 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `examples-ts/README.md` (+8 -0) 📝 `examples-ts/index/README.md` (+0 -0) 📝 `examples-ts/index/eslint.config.mts` (+0 -0) 📝 `examples-ts/index/package.json` (+0 -0) 📝 `examples-ts/index/pnpm-lock.yaml` (+0 -0) 📝 `examples-ts/index/src/index.ts` (+0 -0) 📝 `examples-ts/index/src/logger.ts` (+0 -0) 📝 `examples-ts/index/src/utils.ts` (+0 -0) 📝 `examples-ts/index/tsconfig.json` (+0 -0) 📝 `examples-ts/parse/README.md` (+0 -0) 📝 `examples-ts/parse/data/llama.pdf` (+0 -0) 📝 `examples-ts/parse/eslint.config.mts` (+0 -0) 📝 `examples-ts/parse/package.json` (+0 -0) 📝 `examples-ts/parse/pnpm-lock.yaml` (+0 -0) 📝 `examples-ts/parse/src/index.ts` (+0 -0) 📝 `examples-ts/parse/src/logger.ts` (+0 -0) 📝 `examples-ts/parse/src/utils.ts` (+0 -0) 📝 `examples-ts/parse/tsconfig.json` (+0 -0) 📝 `examples/README.md` (+6 -8) </details> ### 📄 Description As per title, we are moving TypeScript examples in the top-level folder `examples-ts` where the examples will be listed simply as `parse`, `index`, `extract` etc. for consistency with python examples --- <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 00:19:30 -05:00
yindo closed this issue 2026-02-16 00:19:30 -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_cloud_services#907