Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Temporary Items
.apdisk

.wrangler
.vercel

playground/.data
docs/.data
docs/.data
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ template/pnpm-lock.yaml

#VSC
.history
.wrangler
.wrangler
.vercel
23 changes: 11 additions & 12 deletions docs/content/docs/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can choose to install `better-sqlite3` or `sqlite3` package.
:br

If you don't want to install any package, you can use native SQLite from Node.js\@v22.5.0 or newer.
Checkout [`experimental.sqliteConnector` configuration](/docs/getting-started/configuration#experimentalsqliteconnector).
Checkout [`experimental.sqliteConnector`](/docs/getting-started/configuration#experimentalsqliteconnector) [configuration](/docs/getting-started/configuration#experimentalsqliteconnector).
::

::note{color="warning"}
Expand All @@ -87,11 +87,11 @@ you may encounter errors such as:

To resolve this, you can approve the required build scripts by running:

::code-group
```bash [pnpm]
pnpm approve-builds
```
::
:::code-group
```bash [pnpm]
pnpm approve-builds
```
:::

Alternatively, if you need a non-interactive setup (for example in CI),
you can explicitly allow native builds by adding the following configuration
Expand All @@ -111,12 +111,11 @@ to your project root `package.json`:
You may also need to clear your `node_modules` or explicitly build if
the initial install didn't do that:

::code-group
```bash [pnpm]
pnpm rebuild better-sqlite3 sqlite3
```
::

:::code-group
```bash [pnpm]
pnpm rebuild better-sqlite3 sqlite3
```
:::
::

## Create your First Collection
Expand Down
11 changes: 6 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "docus-starter",
"name": "content-docs",
"type":"module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build"
},
"dependencies": {
"@libsql/client": "^0.17.3",
"@libsql/client": "^0.17.4",
"@nuxt/content": "link:..",
"@nuxthub/core": "^0.10.7",
"@nuxtjs/plausible": "^3.0.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"@vueuse/nuxt": "^14.3.0",
"better-sqlite3": "^12.10.0",
"docus": "^5.11.0",
"better-sqlite3": "^12.11.1",
"docus": "^5.12.2",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"minisearch": "^7.2.0",
"nuxt": "^4.4.5",
"nuxt": "^4.4.8",
"nuxt-studio": "^1.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@nuxt/content": "latest",
"nuxt": "^4.4.5"
"nuxt": "^4.4.8"
}
}
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@nuxt/content": "latest",
"nuxt": "^4.4.5"
"nuxt": "^4.4.8"
}
}
6 changes: 3 additions & 3 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@nuxt/content": "latest",
"@nuxt/ui": "^4.7.1",
"@nuxt/ui": "^4.9.0",
"@nuxthub/core": "^0.10.7",
"@nuxtjs/i18n": "^10.3.0",
"nuxt": "^4.4.5"
"@nuxtjs/i18n": "^10.4.0",
"nuxt": "^4.4.8"
}
}
4 changes: 2 additions & 2 deletions examples/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@nuxt/content": "latest",
"@nuxt/ui": "^4.7.1",
"nuxt": "^4.4.5"
"@nuxt/ui": "^4.9.0",
"nuxt": "^4.4.8"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@nuxt/kit": "^4.4.8",
"@nuxtjs/mdc": "^0.22.0",
"@shikijs/langs": "^4.2.0",
"@sqlite.org/sqlite-wasm": "3.50.4-build1",
"@sqlite.org/sqlite-wasm": "3.53.0-build1",
"@standard-schema/spec": "^1.1.0",
"@webcontainer/env": "^1.1.1",
"c12": "^3.3.4",
Expand All @@ -74,7 +74,7 @@
"git-url-parse": "^16.1.0",
"h3": "^1.15.11",
"hookable": "^5.5.3",
"isomorphic-git": "^1.38.4",
"isomorphic-git": "^1.38.5",
"jiti": "^2.7.0",
"json-schema-to-typescript-lite": "^15.0.0",
"mdast-util-to-hast": "^13.2.1",
Expand Down Expand Up @@ -137,7 +137,7 @@
}
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260616.1",
"@cloudflare/workers-types": "^4.20260620.1",
"@nuxt/content": "link:.",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint-config": "^1.16.0",
Expand All @@ -158,29 +158,29 @@
"@vue/test-utils": "^2.4.11",
"csvtojson": "^2.0.14",
"eslint": "^10.5.0",
"happy-dom": "^20.10.4",
"happy-dom": "^20.10.6",
"mdclint": "^0.1.2",
"micromark-util-types": "^2.0.2",
"nuxt": "^4.4.8",
"nuxt-llms": "^0.2.0",
"release-it": "^20.2.0",
"remark-emoji": "^5.0.2",
"typescript": "5.9.3",
"typescript": "6.0.3",
"untyped": "^2.0.0",
"valibot": "^1.4.1",
"vite": "^8.0.16",
"vitest": "^4.1.9",
"vue-component-meta": "^3.3.5",
"vue-tsc": "^3.3.5",
"wrangler": "^4.100.0"
"wrangler": "^4.103.0"
},
"resolutions": {
"@nuxt/content": "workspace:*"
},
"engines": {
"node": ">= 20.19.0"
},
"packageManager": "pnpm@11.7.0",
"packageManager": "pnpm@11.8.0",
"unbuild": {
"entries": [
"./src/module",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@nuxt/content": "latest",
"@nuxt/ui": "^4.7.1",
"nuxt": "^4.4.5",
"@nuxt/ui": "^4.9.0",
"nuxt": "^4.4.8",
"nuxt-llms": "^0.2.0",
"remark-code-import": "^1.2.0",
"shiki-transformer-color-highlight": "^1.1.0"
Expand Down
Loading
Loading