Merge pull request #23094 from seatgeek/jm-update-tech-radar-example
Changed timeline order in Tech Radar plugin snippet
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': minor
|
||||
---
|
||||
|
||||
Fixed example snippet in `README.md` to reflect correct timeline item order.
|
||||
@@ -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