mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-21 13:37:52 +00:00
Replace static llms.txt and llms-full.txt with auto-generated versions that stay in sync with docs on every build. The plugin also generates per-page .md files for individual page fetching by LLMs.
16 lines
356 B
JSON
16 lines
356 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "1.10.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"vitepress": "^1.1.4",
|
|
"vitepress-plugin-llms": "^1.12.0"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|