Changed timeline order in example snippet.
Signed-off-by: João Mikos <jmikos@seatgeek.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': minor
|
||||
---
|
||||
|
||||
Fixed the order of timeline items in the snippet of the README.md file to match the order required by the plugin to reflect the latest event change in the Tech Radar. This brings the README.md snippet to reflect what is shown in the src/sample.ts file.
|
||||
@@ -170,17 +170,17 @@ The TS example can be found [here](src/sample.ts).
|
||||
"url": "#",
|
||||
"quadrant": "1",
|
||||
"timeline": [
|
||||
{
|
||||
"moved": 0,
|
||||
"ringId": "trial",
|
||||
"date": "2022-02-06",
|
||||
"description": "Long description for trial"
|
||||
},
|
||||
{
|
||||
"moved": 1,
|
||||
"ringId": "adopt",
|
||||
"date": "2022-02-08",
|
||||
"description": "Long description for adopt"
|
||||
},
|
||||
{
|
||||
"moved": 0,
|
||||
"ringId": "trial",
|
||||
"date": "2022-02-06",
|
||||
"description": "Long description for trial"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user