This directory holds the Qineo mini-program documentation that Context7 should index. llms-index.md describes the available sections and points to every .mdx page; treat it as the source of truth for coverage and navigation.
llms-index.md– human- and machine-readable table of contents. Update it whenever you add, move, or remove an.mdxdocument so Context7 sees those changes.docs/– all of the.mdxcontent referenced from the index (organized by topic/category).
- Point Context7 at
@alipay-docs/llms-index.md, and it will follow the relative links underdocs/to pull in the rest of the content. - Mention this folder name (
@alipay-docs) when asking for context, since it is the prefix the index uses. - When adding new docs, regenerate any auxiliary indexes (e.g.,
scripts/generate-mdx-index.jsif you rely on it) and double-check that the.mdxpath appears inllms-index.md, so the new page is discoverable during indexing.