Skip to content

Commit

Permalink
Fix default-metadata-generators.ts link (#578)
Browse files Browse the repository at this point in the history
Quick fix I found while reading the docs.
  • Loading branch information
MatMercer authored Jun 28, 2024
1 parent ce59dfc commit ace86e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/getMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ getMetadata?: (
) => TypeMetadata;
```

This function will give Kanel the information it needs to create types from database items. There is a default implementation provided in [default-metadata-generators.ts](https://github.com/kristiandupont/kanel/blob/master/src/default-metadata-generators.ts) which you can either use as is, as inspiration or you can write your own and call the default as a fallback if you want most cases to work like the default but with a few changes.
This function will give Kanel the information it needs to create types from database items. There is a default implementation provided in [default-metadata-generators.ts](https://github.com/kristiandupont/kanel/blob/main/packages/kanel/src/default-metadata-generators.ts) which you can either use as is, as inspiration or you can write your own and call the default as a fallback if you want most cases to work like the default but with a few changes.

## details

Expand Down

0 comments on commit ace86e4

Please sign in to comment.