QVAC-18440 Add support to LLMs#2162
Merged
Merged
Conversation
Preview deployments for qvac-docs-staging ⚡️
Commit: Deployment ID: Static site name: |
Contributor
Tier-based Approval Status |
NamelsKing
approved these changes
May 21, 2026
Contributor
Author
|
/review |
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
* doc: add missing DevDependency for local http-server * doc: fix bug in page index of nested links * doc: improve support to LLMs: llms.txt, llms-full.txt and pages served as .md * doc: implement page actions bar * doc: adjust page actions after cherry pick * doc: bug - page action - button Ask AI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Currently, the support provided by the site for LLMs is low, limited to providing
llms-full.txt, which is a dump of the entire site's content, and a leanllms.txtfile with little content.The goal of this PR is to change that, increasing support for LLMs in critical areas.
How does it solve it?
llms.txtfile, but its content basically redirected to the LLM for a full content dump.llms.txtfulfills the role of site navigation, analogous to what the sidebar does for humans. It is automatically generated at build time.llms-full.txtreferenced inllms.txt.Other PR minors
http-serveras a DevDependency to avoid downloading it every time thenpm run servecommand is used in the dev environment.PR preview
https://qvac-docs-staging-fazwv-commit-bf106a9.kinsta.page
To test the new features:
.md.