Skip to content

Commit 0c46094

Browse files
authored
docs: LLMS Full generation (#530)
1 parent 567456b commit 0c46094

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

docs/nuxt.config.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ export default defineNuxtConfig({
7777
llms: {
7878
domain: 'https://hub.nuxt.com',
7979
title: 'NuxtHub Documentation for LLMs',
80-
description: 'NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account.'
81-
// full: {
82-
// title: 'NuxtHub Complete Documentation',
83-
// description: 'The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax).'
84-
// }
80+
description: 'NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account.',
81+
full: {
82+
title: 'NuxtHub Complete Documentation',
83+
description: 'The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax).'
84+
}
8585
}
8686
})

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"wrangler": "^4.6.0"
8181
},
8282
"resolutions": {
83-
"h3": "^1.14.0"
83+
"h3": "^1.14.0",
84+
"@nuxtjs/mdc": "https://pkg.pr.new/@nuxtjs/mdc@cd1c4fd"
8485
},
8586
"packageManager": "[email protected]+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
8687
"pnpm": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)