website: Add more projects usages
This commit is contained in:
parent
34808c6b77
commit
013aff2475
1 changed files with 33 additions and 1 deletions
|
|
@ -272,7 +272,39 @@
|
||||||
<a href="https://camunda.com/products/modeler" target="_blank">Website</a>
|
<a href="https://camunda.com/products/modeler" target="_blank">Website</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="column is-one-quarter-widescreen box">
|
||||||
|
<header>
|
||||||
|
<p class="is-size-5 has-text-weight-bold">graphql-schema-diff</p>
|
||||||
|
</header>
|
||||||
|
<section>
|
||||||
|
<p>Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.</p>
|
||||||
|
</section>
|
||||||
|
<footer>
|
||||||
|
<a href="https://github.com/fabsrc/graphql-schema-diff" target="_blank">View GitHub</a>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
<div class="column is-one-quarter-widescreen box">
|
||||||
|
<header>
|
||||||
|
<p class="is-size-5 has-text-weight-bold">cypress-plugin-snapshots</p>
|
||||||
|
</header>
|
||||||
|
<section>
|
||||||
|
<p>Plugin for snapshot tests in Cypress.io .</p>
|
||||||
|
</section>
|
||||||
|
<footer>
|
||||||
|
<a href="https://github.com/meinaart/cypress-plugin-snapshots" target="_blank">View GitHub</a>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
<div class="column is-one-quarter-widescreen box">
|
||||||
|
<header>
|
||||||
|
<p class="is-size-5 has-text-weight-bold">git-explorer</p>
|
||||||
|
</header>
|
||||||
|
<section>
|
||||||
|
<p>Offline-first support for previewing and comparing branches in a local git repository.</p>
|
||||||
|
</section>
|
||||||
|
<footer>
|
||||||
|
<a href="https://github.com/thescientist13/git-explorer" target="_blank">View GitHub</a>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
<div class="column is-one-quarter-widescreen box">
|
<div class="column is-one-quarter-widescreen box">
|
||||||
<header>
|
<header>
|
||||||
<p class="is-size-5 has-text-weight-bold">diff-pane</p>
|
<p class="is-size-5 has-text-weight-bold">diff-pane</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue