Skip to content

Commit 426e53e

Browse files
authored
feat: Update to Nuxt 4 (#5)
1 parent 50f49a7 commit 426e53e

164 files changed

Lines changed: 6059 additions & 22292 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/menus/docs-pinion.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
},
88
{
99
"title": "Why",
10-
"path": "/pinion/docs/why/"
10+
"path": "/pinion/docs/why"
1111
},
1212
{
1313
"title": "Generators",
14-
"path": "/pinion/docs/generators/"
14+
"path": "/pinion/docs/generators"
1515
},
1616
{
1717
"title": "Templates",
18-
"path": "/pinion/docs/templates/"
18+
"path": "/pinion/docs/templates"
1919
},
2020
{
2121
"title": "User Input",
22-
"path": "/pinion/docs/user-input/"
22+
"path": "/pinion/docs/user-input"
2323
},
2424
{
2525
"title": "Composability",
26-
"path": "/pinion/docs/composability/"
26+
"path": "/pinion/docs/composability"
2727
},
2828
{
2929
"title": "API",
30-
"path": "/pinion/docs/api/"
30+
"path": "/pinion/docs/api"
3131
}
3232
]
33-
}
33+
}

content/products/pinion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: A flexible code generator and task runner
55
longDescription: Pinion is a flexible task runner and code generator for any language. Using TypeScript, it gives you full flexibility over what you can do with type-safe tasks and templates out of the box.
66
menuDescription: A flexible code generator and task runner
77
slug: pinion
8-
icon: 'feathersdev:pinion'
9-
logo: '/img/logo-pinion-white.svg'
10-
link: '/pinion'
11-
docLink: '/pinion/docs'
12-
birdImage: '/img/bird-gray.svg'
13-
planetImage: '/img/planet-green.svg'
8+
icon: "feathersdev:pinion"
9+
logo: "/img/logo-pinion-white.svg"
10+
link: "/pinion"
11+
docLink: "/pinion/docs/"
12+
birdImage: "/img/bird-gray.svg"
13+
planetImage: "/img/planet-green.svg"

nuxt.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ export default defineNuxtConfig({
9494
port: 3004,
9595
},
9696

97-
// enable nuxt 4 compatibility:
98-
future: {
99-
compatibilityVersion: 4,
100-
},
10197
compatibilityDate: '2024-11-01',
10298

10399
vite: {

old/.gitignore

Lines changed: 0 additions & 132 deletions
This file was deleted.

old/.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

old/.prettierrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)