Skip to content

Commit 58e2fa9

Browse files
committed
fix(docs): use explicit shelve config as primary example
1 parent f655a43 commit 58e2fa9

File tree

3 files changed

+43
-49
lines changed

3 files changed

+43
-49
lines changed

docs/3.integrations/1.index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ Fetch secrets from [Shelve](https://shelve.cloud) and inject them into your runt
2828
export default defineNuxtConfig({
2929
safeRuntimeConfig: {
3030
$schema: runtimeConfigSchema,
31-
shelve: true, // auto-detect from shelve.json
31+
shelve: {
32+
project: 'my-project',
33+
slug: 'my-team',
34+
},
3235
},
3336
})
3437
```

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "type": "module", "private": true, "scripts": { "build": "undocs build", "dev": "undocs dev" }, "devDependencies": { "undocs": "^0.4.10" } }
1+
{ "type": "module", "private": true, "scripts": { "build": "undocs build", "dev": "undocs dev" }, "devDependencies": { "undocs": "catalog:default" } }

pnpm-lock.yaml

Lines changed: 38 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)