8000 docs: disable llms-full.txt for now · nuxt-hub/core@30a521e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 30a521e

Browse files
committed
docs: disable llms-full.txt for now
We need to investigate why it fails (even in dev) @farnabaz
1 parent 3622d09 commit 30a521e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/nuxt.config.ts

Lines changed: 5 additions & 5 deletions
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
})

0 commit comments

Comments
 (0)
0