Bump devalue from 5.6.3 to 5.6.4 in /docs (#887)
* Bump devalue from 5.6.3 to 5.6.4 in /docs Bumps [devalue](https://github.com/sveltejs/devalue) from 5.6.3 to 5.6.4. - [Release notes](https://github.com/sveltejs/devalue/releases) - [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/devalue/compare/v5.6.3...v5.6.4) --- updated-dependencies: - dependency-name: devalue dependency-version: 5.6.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Flomp <Flomp@users.noreply.github.com> Co-authored-by: Christian Beutel <>
This commit is contained in:
@@ -29,6 +29,11 @@ export default defineConfig({
|
||||
base: 'api-reference',
|
||||
label: 'API Reference',
|
||||
schema: 'wanderer.openapi.yaml',
|
||||
sidebar: {
|
||||
operations: {
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
]),
|
||||
],
|
||||
@@ -85,9 +90,9 @@ export default defineConfig({
|
||||
{
|
||||
label: 'Installation',
|
||||
items: [
|
||||
{ label: 'Quickstart', link: '/run/installation/quick' },
|
||||
{ label: 'Manual Docker Setup', link: '/run/installation/docker' },
|
||||
{ label: 'Install from Source', link: '/run/installation/from-source' },
|
||||
{ label: 'Quickstart', link: '/run/installation/quick' },
|
||||
{ label: 'Manual Docker Setup', link: '/run/installation/docker' },
|
||||
{ label: 'Install from Source', link: '/run/installation/from-source' },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
2835
docs/package-lock.json
generated
2835
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,15 +12,15 @@
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.6",
|
||||
"@astrojs/node": "^10.0.0",
|
||||
"@astrojs/starlight": "^0.37.6",
|
||||
"@astrojs/starlight": "^0.38.0",
|
||||
"@astrojs/starlight-tailwind": "^4.0.2",
|
||||
"@astrojs/svelte": "^7.2.5",
|
||||
"@astrojs/svelte": "^8.0.0",
|
||||
"@fontsource/ibm-plex-mono": "^5.2.7",
|
||||
"@fontsource/ibm-plex-sans": "^5.2.8",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"astro": "^5.18.0",
|
||||
"astro": "^6.0.8",
|
||||
"sharp": "^0.34.5",
|
||||
"starlight-openapi": "^0.22.0",
|
||||
"starlight-openapi": "^0.24.0",
|
||||
"svelte": "^5.53.6",
|
||||
"tailwindcss": "^4.1.10",
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Reference in New Issue
Block a user