Skip to content

Commit

Permalink
docs: update order
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Oct 10, 2024
1 parent 0d6eaa0 commit 8dfcf26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default defineConfig({
],
})
```
- `output.exportAs`: This property was only usable for `@kubb/plugin-client` where we wanted to combine the functionality under one controller function.
- `output.exportAs`: This property was only usable for `@kubb/plugin-client` where we aimed to consolidate the functionality into one single controller. In v3, using `group` will already create the controller file.
::: code-group
```typescript [kubb.config.ts]
import { defineConfig } from "@kubb/core"
Expand Down Expand Up @@ -261,7 +261,7 @@ export default defineConfig({
],
})
```
- `group.exportAs`: This property was only usable for `@kubb/plugin-client` where we wanted to combine the functionality under one controller function.
- `group.exportAs`: This property was only usable for `@kubb/plugin-client` where we aimed to consolidate the functionality into one single controller. In v3, using `group` will already create the controller file.
::: code-group
```typescript [kubb.config.ts]
import { defineConfig } from "@kubb/core"
Expand Down

0 comments on commit 8dfcf26

Please sign in to comment.