Skip to content

Commit

Permalink
docs: add LLMS routes
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 20, 2025
1 parent f056e7b commit f59c078
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 155 deletions.
16 changes: 13 additions & 3 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ export default defineNuxtConfig({
modules: [
'@nuxt/ui-pro',
'@nuxt/content',
'@nuxt/image',
'@nuxt/scripts',
'@nuxtjs/plausible',
'@vueuse/nuxt',
'nuxt-og-image',
'nuxt-cloudflare-analytics',
'@nuxtjs/plausible',
'@nuxt/image',
'@nuxt/scripts'
'nuxt-llms'
],
devtools: {
enabled: true
Expand Down Expand Up @@ -72,5 +73,14 @@ export default defineNuxtConfig({
cloudflareAnalytics: {
token: '469b1f7049f14941acef0d0262a07ab3',
scriptPath: false
},
llms: {
domain: 'https://hub.nuxt.com',
title: 'NuxtHub Documentation for LLMs',
description: 'NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account.',
full: {
title: 'NuxtHub Complete Documentation',
description: 'The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax).'
}
}
})
11 changes: 6 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.24",
"@iconify-json/vscode-icons": "^1.2.14",
"@nuxt/content": "^3.1.1",
"@iconify-json/simple-icons": "^1.2.25",
"@iconify-json/vscode-icons": "^1.2.15",
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@52659d0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.10.3",
"@nuxt/scripts": "^0.10.4",
"@nuxt/ui": "3.0.0-alpha.13",
"@nuxt/ui-pro": "3.0.0-alpha.13",
"@nuxtjs/plausible": "^1.2.0",
Expand All @@ -32,6 +32,7 @@
"medium-zoom": "^1.1.0",
"nuxt": "^3.15.4",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-og-image": "4.1.2"
"nuxt-llms": "^0.0.2",
"nuxt-og-image": "^4.1.4"
}
}
Loading

0 comments on commit f59c078

Please sign in to comment.