docs(techradar-plugin) Update loader resp example

Updates the tech-radar loader response example to reflect changes in the
schema for supporting event history tracking.
This commit is contained in:
Niall McCullagh
2020-12-30 10:27:46 +00:00
parent 55d8af26e6
commit cabf2cbbae
+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',
},
],
},
],
});