Skip to content

Commit f23bc8f

Browse files
committed
Add llms.txt
1 parent bf10020 commit f23bc8f

File tree

3 files changed

+730
-0
lines changed

3 files changed

+730
-0
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { defineConfig } from "vitepress";
2+
import llmstxt from "vitepress-plugin-llms";
23

34
import {
45
conceptsSidebar,
@@ -19,6 +20,10 @@ export default defineConfig({
1920
hostname: "https://developer.caido.io",
2021
},
2122

23+
vite: {
24+
plugins: [llmstxt()],
25+
},
26+
2227
head: [
2328
["link", { rel: "icon", href: "/favicon.png" }],
2429
[

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"typescript-eslint": "8.5.0",
2828
"vitepress": "1.2.2",
2929
"vitepress-openapi": "0.0.3-alpha.83",
30+
"vitepress-plugin-llms": "1.5.1",
3031
"vue": "3.5.16",
3132
"vue-eslint-parser": "9.4.3"
3233
}

0 commit comments

Comments
 (0)