@lupinum/ginko-docs 0.4.0-rc.2 → 0.4.0-rc.3
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.
- package/README.md +1 -1
- package/app/components/site/SiteFooter.vue +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Use this package when a Nuxt application needs documentation routes, navigation,
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
pnpm add -D @lupinum/ginko-docs@0.4.0-rc.
|
|
32
|
+
pnpm add -D @lupinum/ginko-docs@0.4.0-rc.3 @lupinum/ginko-content@1.0.0-beta.5
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
```ts
|
|
@@ -22,10 +22,10 @@ const resources = computed(() => [
|
|
|
22
22
|
<div class="max-w-sm">
|
|
23
23
|
<NuxtLink
|
|
24
24
|
:to="localizedPath('home')"
|
|
25
|
+
:aria-label="site.name"
|
|
25
26
|
class="flex items-center gap-2 font-semibold text-foreground"
|
|
26
27
|
>
|
|
27
28
|
<SiteLogoMark />
|
|
28
|
-
<span>{{ site.name }}</span>
|
|
29
29
|
</NuxtLink>
|
|
30
30
|
<p class="mt-3 text-sm leading-relaxed text-muted-foreground">
|
|
31
31
|
{{ site.description }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lupinum/ginko-docs",
|
|
3
|
-
"version": "0.4.0-rc.
|
|
3
|
+
"version": "0.4.0-rc.3",
|
|
4
4
|
"description": "A Nuxt documentation layer powered by Ginko Content.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"content",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"tailwind-merge": "^3.6.0",
|
|
84
84
|
"tailwindcss": "^4.3.3",
|
|
85
85
|
"tw-animate-css": "^1.4.0",
|
|
86
|
-
"zod": "
|
|
86
|
+
"zod": "4.4.3"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@lupinum/ginko-content": ">=1.0.0-beta.5 <2.0.0",
|