docus 3.0.0-20250612-133723-c0114d6 → 3.0.0-20250613-141533-65374af

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 +5 -1
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -134,7 +134,11 @@ async function getNuxtConfig(dir, _opts = {}) {
134
134
  llms: {
135
135
  domain: url,
136
136
  title: meta.name || "",
137
- description: meta.description || ""
137
+ description: meta.description || "",
138
+ full: {
139
+ title: meta.name || "",
140
+ description: meta.description || ""
141
+ }
138
142
  },
139
143
  future: {
140
144
  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-20250612-133723-c0114d6",
9
+ "version": "3.0.0-20250613-141533-65374af",
10
10
  "keywords": [],
11
11
  "license": "MIT",
12
12
  "bin": {