Skip to content

Commit

Permalink
Add potential-robot to Builder Tools (#1084)
Browse files Browse the repository at this point in the history
* add potential-robot

* read guide, add png

* punctuation fix for consistency

* also was missing the `getstarted` tag

---------

Co-authored-by: Robert Phair <rphair@cosd.com>
Co-authored-by: Fill <60065019+fill-the-fill@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 20, 2023
1 parent 403be30 commit 0348f00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,14 @@ export const Showcases = [
getstarted: "https://docs.gomaestro.org/",
tags: ["http", "hosted"]
},
{
title: "potential-robot",
description: "A JavaScript API for test-driven development with Helios.",
preview: require("./builder-tools/potential-robot.png"),
website: "https://github.com/aleeusgr/potential-robot",
getstarted: null,
tags: ["javascript", "typescript", "testing"]
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/potential-robot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0348f00

Please sign in to comment.