Skip to content

Commit a8e421c

Browse files
authored
docs: llms.txt (#272)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Integrated a new plugin that extends the application's capabilities. - **Chores** - Updated the development dependencies to support the added functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a4ecb29 commit a8e421c

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed

apps/content/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { transformerTwoslash } from '@shikijs/vitepress-twoslash'
22
import { defineConfig } from 'vitepress'
33
import { groupIconMdPlugin, groupIconVitePlugin } from 'vitepress-plugin-group-icons'
4+
import llmstxt from 'vitepress-plugin-llms'
45

56
export default defineConfig({
67
lang: 'en-US',
@@ -208,6 +209,7 @@ export default defineConfig({
208209
titleTemplate: ':title - oRPC',
209210
vite: {
210211
plugins: [
212+
llmstxt(),
211213
groupIconVitePlugin({
212214
customIcon: {
213215
cloudflare: 'logos:cloudflare-workers-icon',

apps/content/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@types/node": "^22.13.1",
3333
"vitepress": "1.6.3",
3434
"vitepress-plugin-group-icons": "^1.3.6",
35+
"vitepress-plugin-llms": "^0.0.6",
3536
"vitepress-plugin-shiki-twoslash": "^0.0.6",
3637
"vue": "3.5.13"
3738
}

pnpm-lock.yaml

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)