[PR #1551] [MERGED] feat: build api reference pages for new documentation site #1663

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/LlamaIndexTS/pull/1551
Author: @thucpn
Created: 12/6/2024
Status: Merged
Merged: 12/11/2024
Merged by: @himself65

Base: mainHead: feat/migrate-legacy-docs


📝 Commits (10+)

📊 Changes

11 files changed (+587 additions, -376 deletions)

View changed files

.changeset/sharp-ties-jog.md (+7 -0)
📝 apps/next/.gitignore (+1 -0)
📝 apps/next/package.json (+10 -6)
📝 apps/next/scripts/generate-docs.mjs (+64 -0)
📝 apps/next/src/app/global.css (+29 -0)
📝 apps/next/src/content/docs/meta.json (+1 -1)
apps/next/typedoc.json (+18 -0)
📝 packages/core/src/chat-engine/context-chat-engine.ts (+2 -1)
📝 packages/readers/src/html.ts (+1 -1)
📝 packages/readers/src/image.ts (+1 -1)
📝 pnpm-lock.yaml (+453 -366)

📄 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/LlamaIndexTS/pull/1551 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 12/6/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `feat/migrate-legacy-docs` --- ### 📝 Commits (10+) - [`6896be4`](https://github.com/run-llama/LlamaIndexTS/commit/6896be467aa5da500ef950a5808e6ae78ef0587c) feat: migrate legacy docs - [`5f5a773`](https://github.com/run-llama/LlamaIndexTS/commit/5f5a773425d77530c885ea3188fd6bb14ebfacea) transform api pages - [`bbf5e8a`](https://github.com/run-llama/LlamaIndexTS/commit/bbf5e8a62941ac5f30eecda88eb5ccc19fe79807) fix: rename entry page LlamaIndex - [`d6e6248`](https://github.com/run-llama/LlamaIndexTS/commit/d6e62481b8a099ca3d83010d23fb4b47a06c7516) run typedoc first - [`850b375`](https://github.com/run-llama/LlamaIndexTS/commit/850b375a3f6acf6a91c7a6d8e1b217a472930841) fix: generate doc - [`ea578f0`](https://github.com/run-llama/LlamaIndexTS/commit/ea578f0cc4d8a6aec844bc7cb78487c136b08bfa) use index as entry - [`7317ca9`](https://github.com/run-llama/LlamaIndexTS/commit/7317ca9711fff513f1c9a2eac552545febbf7a2b) append title only - [`a8313db`](https://github.com/run-llama/LlamaIndexTS/commit/a8313db6c7ed5f253f24dde6367e3dfad987d0d0) transform content - [`ba3e67e`](https://github.com/run-llama/LlamaIndexTS/commit/ba3e67e5ed807c1db4b1630cc7bcd1643477263d) fix: replace all - [`4cf9ad3`](https://github.com/run-llama/LlamaIndexTS/commit/4cf9ad31e25c22ca5cc9600154b5f5e6aa368673) use nextjs rewrite ### 📊 Changes **11 files changed** (+587 additions, -376 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/sharp-ties-jog.md` (+7 -0) 📝 `apps/next/.gitignore` (+1 -0) 📝 `apps/next/package.json` (+10 -6) 📝 `apps/next/scripts/generate-docs.mjs` (+64 -0) 📝 `apps/next/src/app/global.css` (+29 -0) 📝 `apps/next/src/content/docs/meta.json` (+1 -1) ➕ `apps/next/typedoc.json` (+18 -0) 📝 `packages/core/src/chat-engine/context-chat-engine.ts` (+2 -1) 📝 `packages/readers/src/html.ts` (+1 -1) 📝 `packages/readers/src/image.ts` (+1 -1) 📝 `pnpm-lock.yaml` (+453 -366) </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-15 22:16:21 -05:00
yindo closed this issue 2026-02-15 22:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/LlamaIndexTS#1663