docus 3.0.0-20250613-150907-d08c363 → 3.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/app/nuxt.config.ts +0 -12
- package/dist/main.mjs +1 -5
- package/package.json +2 -3
package/README.md
CHANGED
package/app/nuxt.config.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { extendViteConfig } from '@nuxt/kit'
|
|
2
|
-
|
|
3
1
|
// Flag enabled when developing docs theme
|
|
4
2
|
const dev = !!process.env.NUXT_DOCS_DEV
|
|
5
3
|
|
|
@@ -10,16 +8,6 @@ export default defineNuxtConfig({
|
|
|
10
8
|
'@nuxt/image',
|
|
11
9
|
'@nuxtjs/robots',
|
|
12
10
|
'nuxt-og-image',
|
|
13
|
-
() => {
|
|
14
|
-
// Update @nuxt/content optimizeDeps options
|
|
15
|
-
extendViteConfig((config) => {
|
|
16
|
-
config.optimizeDeps ||= {}
|
|
17
|
-
config.optimizeDeps.include ||= []
|
|
18
|
-
config.optimizeDeps.include.push('@nuxt/content > slugify')
|
|
19
|
-
config.optimizeDeps.include = config.optimizeDeps.include
|
|
20
|
-
.map(id => id.replace(/^@nuxt\/content > /, 'docus > @nuxt/content > '))
|
|
21
|
-
})
|
|
22
|
-
},
|
|
23
11
|
],
|
|
24
12
|
devtools: {
|
|
25
13
|
enabled: dev,
|
package/dist/main.mjs
CHANGED
|
@@ -134,11 +134,7 @@ async function getNuxtConfig(dir, _opts = {}) {
|
|
|
134
134
|
llms: {
|
|
135
135
|
domain: url,
|
|
136
136
|
title: meta.name || "",
|
|
137
|
-
description: meta.description || ""
|
|
138
|
-
full: {
|
|
139
|
-
title: meta.name || "",
|
|
140
|
-
description: meta.description || ""
|
|
141
|
-
}
|
|
137
|
+
description: meta.description || ""
|
|
142
138
|
},
|
|
143
139
|
future: {
|
|
144
140
|
compatibilityVersion: 4
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/nuxtlabs/docus"
|
|
7
7
|
},
|
|
8
8
|
"private": false,
|
|
9
|
-
"version": "3.0.0-
|
|
9
|
+
"version": "3.0.0-alpha.0",
|
|
10
10
|
"keywords": [],
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"bin": {
|
|
@@ -34,9 +34,8 @@
|
|
|
34
34
|
"@iconify-json/lucide": "^1.2.47",
|
|
35
35
|
"@iconify-json/simple-icons": "^1.2.38",
|
|
36
36
|
"@iconify-json/vscode-icons": "^1.2.22",
|
|
37
|
-
"@nuxt/content": "
|
|
37
|
+
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@d98bf49",
|
|
38
38
|
"@nuxt/image": "^1.10.0",
|
|
39
|
-
"@nuxt/kit": "^3.17.5",
|
|
40
39
|
"@nuxt/ui-pro": "^3.1.3",
|
|
41
40
|
"@nuxtjs/robots": "^5.2.10",
|
|
42
41
|
"c12": "^3.0.4",
|