Merge pull request #3883 from niallmccullagh/master

docs(techradar-plugin) Update loader response example
This commit is contained in:
Patrik Oldsberg
2020-12-30 14:18:29 +01:00
committed by GitHub
2 changed files with 14 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': patch
---
Updated example data in `README`.
+9 -2
View File
@@ -83,13 +83,20 @@ const getHardCodedData = () =>
rings: [{ id: 'use', name: 'USE', color: '#93c47d' }],
entries: [
{
moved: 0,
ring: 'use',
url: '#',
key: 'github-actions',
id: 'github-actions',
title: 'GitHub Actions',
quadrant: 'infrastructure',
timeline: [
{
moved: 0,
ringId: 'use',
date: new Date('2020-08-06'),
description:
'Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat',
},
],
},
],
});