docus 3.0.0-20250613-150907-d08c363 → 3.0.0-alpha.1

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.
Files changed (2) hide show
  1. package/dist/main.mjs +1 -5
  2. package/package.json +2 -2
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-20250613-150907-d08c363",
9
+ "version": "3.0.0-alpha.1",
10
10
  "keywords": [],
11
11
  "license": "MIT",
12
12
  "bin": {
@@ -34,7 +34,7 @@
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": "^3.6.0",
37
+ "@nuxt/content": "https://pkg.pr.new/@nuxt/content@d98bf49",
38
38
  "@nuxt/image": "^1.10.0",
39
39
  "@nuxt/kit": "^3.17.5",
40
40
  "@nuxt/ui-pro": "^3.1.3",