Skip to content

Commit aa6dd18

Browse files
authored
Merge pull request #273 from rtfpessoa/update-project-usages
website: Add more projects usages
2 parents 34808c6 + 013aff2 commit aa6dd18

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

website/templates/pages/index/content.handlebars

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,39 @@
272272
<a href="https://camunda.com/products/modeler" target="_blank">Website</a>
273273
</footer>
274274
</div>
275-
275+
<div class="column is-one-quarter-widescreen box">
276+
<header>
277+
<p class="is-size-5 has-text-weight-bold">graphql-schema-diff</p>
278+
</header>
279+
<section>
280+
<p>Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.</p>
281+
</section>
282+
<footer>
283+
<a href="https://github.com/fabsrc/graphql-schema-diff" target="_blank">View GitHub</a>
284+
</footer>
285+
</div>
286+
<div class="column is-one-quarter-widescreen box">
287+
<header>
288+
<p class="is-size-5 has-text-weight-bold">cypress-plugin-snapshots</p>
289+
</header>
290+
<section>
291+
<p>Plugin for snapshot tests in Cypress.io .</p>
292+
</section>
293+
<footer>
294+
<a href="https://github.com/meinaart/cypress-plugin-snapshots" target="_blank">View GitHub</a>
295+
</footer>
296+
</div>
297+
<div class="column is-one-quarter-widescreen box">
298+
<header>
299+
<p class="is-size-5 has-text-weight-bold">git-explorer</p>
300+
</header>
301+
<section>
302+
<p>Offline-first support for previewing and comparing branches in a local git repository.</p>
303+
</section>
304+
<footer>
305+
<a href="https://github.com/thescientist13/git-explorer" target="_blank">View GitHub</a>
306+
</footer>
307+
</div>
276308
<div class="column is-one-quarter-widescreen box">
277309
<header>
278310
<p class="is-size-5 has-text-weight-bold">diff-pane</p>

0 commit comments

Comments
 (0)