From c1d49633950746236283ec570ec945605aafc997 Mon Sep 17 00:00:00 2001
From: estel <690930@qq.com>
Date: Mon, 28 Jul 2025 20:16:21 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/components/content/ColorModeSwitch.vue | 4 ++--
content/1.简单文档/1.index.md | 4 ----
llms-full.txt | 0
nuxt.config.ts | 26 ----------------------
4 files changed, 2 insertions(+), 32 deletions(-)
delete mode 100644 llms-full.txt
diff --git a/app/components/content/ColorModeSwitch.vue b/app/components/content/ColorModeSwitch.vue
index 646d349..2f8f136 100644
--- a/app/components/content/ColorModeSwitch.vue
+++ b/app/components/content/ColorModeSwitch.vue
@@ -16,8 +16,8 @@ const isLight = computed({
` element such as `alt`, `loading`
-:read-more{to="/getting-started/writing/markdown" color="neutral"}
-:read-more{title="Nuxt website" to="https://nuxt.com/" }
-:read-more{to="https://nuxt.com/"}
-:read-more{icon="lucide:link" title="Nuxt website"}
::ECard
---
diff --git a/llms-full.txt b/llms-full.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 1d93629..6984283 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -55,31 +55,5 @@ export default defineNuxtConfig({
icon: {
provider: 'iconify'
- },
-
- llms: {
- domain: 'https://docs-template.nuxt.dev/',
- title: 'Nuxt Docs Template',
- description: 'A template for building documentation with Nuxt UI Pro and Nuxt Content.',
- full: {
- title: 'Nuxt Docs Template - Full Documentation',
- description: 'This is the full documentation for the Nuxt Docs Template.'
- },
- sections: [
- {
- title: 'Getting Started',
- contentCollection: 'docs',
- contentFilters: [
- { field: 'path', operator: 'LIKE', value: '/getting-started%' }
- ]
- },
- {
- title: 'Essentials',
- contentCollection: 'docs',
- contentFilters: [
- { field: 'path', operator: 'LIKE', value: '/essentials%' }
- ]
- }
- ]
}
})