Update changeset with migration diff
Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
@@ -3,3 +3,18 @@
|
||||
---
|
||||
|
||||
Deprecate `RadarEntry.url` - use `RadarEntry.links` instead
|
||||
|
||||
```diff
|
||||
- url: 'https://www.javascript.com/',
|
||||
+ url: '#',
|
||||
key: 'javascript',
|
||||
id: 'javascript',
|
||||
title: 'JavaScript',
|
||||
quadrant: 'languages',
|
||||
links: [
|
||||
+ {
|
||||
+ url: 'https://www.javascript.com/',
|
||||
+ title: 'Learn more',
|
||||
+ },
|
||||
],
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user