LLM friendly documentation (llms.txt)
Generation methodβ
Maintainers only
This section describes the documentation-site generation flow, not application build steps for weapp-tailwindcss users.
- Execute
pnpm --filter @weapp-tailwindcss/website build(orcd website && pnpm build) in the warehouse root directory. - After building,
website/build/will generate:
llms.txt(index)llms-full.txt(full content)llms-index.json(product, integration, API, migration, and troubleshooting index)llms-index-full.json(complete index including blog, AI fundamentals, and history)llms-quickstart.txt(Getting Started/AI Workflow)llms-api.txt(configuration, API, migration and issues)- Remove the pure Markdown file of MDX import to facilitate direct feeding to the model.
Online addressβ
https://tw.icebreaker.top/llms.txthttps://tw.icebreaker.top/llms-full.txthttps://tw.icebreaker.top/llms-index.jsonhttps://tw.icebreaker.top/llms-index-full.jsonhttps://tw.icebreaker.top/llms-quickstart.txthttps://tw.icebreaker.top/llms-api.txt
English assets are served from the site root, while Chinese assets use the /zh-cn prefix.
Example prompt words for AIβ
You can read the entry and configuration instructions of weapp-tailwindcss from https://tw.icebreaker.top/llms-quickstart.txt and https://tw.icebreaker.top/llms-api.txt Please cite the relevant links when answering.
Offline useβ
- Download
llms-full.txtdirectly to the model. - Or package the Markdown file in the generation phase as a whole for model context retrieval.