-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TOOL-3562] Portal: Add llms.txt and llms-full.txt generation script #6372
[TOOL-3562] Portal: Add llms.txt and llms-full.txt generation script #6372
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6372 +/- ##
==========================================
- Coverage 54.60% 54.60% -0.01%
==========================================
Files 874 874
Lines 54525 54525
Branches 3682 3680 -2
==========================================
- Hits 29774 29772 -2
- Misses 24656 24658 +2
Partials 95 95
|
size-limit report 📦
|
035af9b
to
f18bdcc
Compare
1f5a10b
to
f8417b2
Compare
f8417b2
to
02fadf7
Compare
02fadf7
to
ebbc521
Compare
Merge activity
|
…6372) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on enhancing the layout components and search data extraction in the application. It introduces new files for LLM content and modifies existing components to include additional properties for better indexing and rendering. ### Detailed summary - Added `public/llms.txt` and `public/llms-full.txt` files. - Removed `data-noindex` from `<div>` in multiple layout files. - Added `noLLM` property to `DocLayout` in various components. - Updated `extractSearchData` to return LLM content. - Modified `extractContent` to handle new LLM data. - Adjusted `ArticleCard` and `Code` components to include `data-noindex`. - Updated dependencies in `package.json` and `pnpm-lock.yaml`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
ebbc521
to
8887e46
Compare
PR-Codex overview
This PR primarily focuses on enhancing the layout components and the extraction process for search data, including the addition of new files for LLM content and adjustments to the indexing strategy.
Detailed summary
public/llms.txt
andpublic/llms-full.txt
to.gitignore
.data-noindex
attribute from various layout components.noLLM
prop toDocLayout
.extractSearchData
to return LLM content.extractContent
function to handle new LLM data.data-noindex
anddata-no-llm
attributes in content extraction.ArticleCard
andCode
components to support new features.package.json
andpnpm-lock.yaml
.