Skip to content

Commit

Permalink
feat: add llms.txt (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Jan 7, 2025
1 parent b28d3b0 commit 9cd0549
Show file tree
Hide file tree
Showing 5 changed files with 1,723 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"build:openapi": "node scripts/generate-docs.mjs",
"build": "pnpm build:openapi && next build",
"build:openapi": "node scripts/generate-docs.js",
"build:llmstxt": "node scripts/generate-llmstxt.js",
"build": "pnpm build:openapi && pnpm build:llmstxt && next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@fumadocs/mdx-remote": "^0.2.3",
"@radix-ui/react-dialog": "^1.1.2",
"@shikijs/transformers": "^1.22.2",
"cmdk": "^1.0.4",
Expand Down
63 changes: 63 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9cd0549

Please sign in to comment.