Skip to content

Commit 9cd0549

Browse files
authored
feat: add llms.txt (gitbutlerapp#66)
1 parent b28d3b0 commit 9cd0549

File tree

5 files changed

+1723
-2
lines changed

5 files changed

+1723
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
6-
"build:openapi": "node scripts/generate-docs.mjs",
7-
"build": "pnpm build:openapi && next build",
6+
"build:openapi": "node scripts/generate-docs.js",
7+
"build:llmstxt": "node scripts/generate-llmstxt.js",
8+
"build": "pnpm build:openapi && pnpm build:llmstxt && next build",
89
"dev": "next dev",
910
"start": "next start"
1011
},
1112
"dependencies": {
13+
"@fumadocs/mdx-remote": "^0.2.3",
1214
"@radix-ui/react-dialog": "^1.1.2",
1315
"@shikijs/transformers": "^1.22.2",
1416
"cmdk": "^1.0.4",

pnpm-lock.yaml

+63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)