Skip to content

Commit

Permalink
docs: add Enarx website to showcase (#6089)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Dec 11, 2021
1 parent e57929c commit 5fb6404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/enarx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,15 @@ const Users: User[] = [
source: 'https://github.com/infinum/eightshift-docs',
tags: ['opensource', 'favorite', 'design'],
},
{
title: 'Enarx',
description:
'Open source framework for running applications in TEEs (Trusted Execution Environments) based on WebAssembly, allowing developers to deploy architecture-independent applications',
preview: require('./showcase/enarx.png'),
website: 'https://enarx.dev/',
source: 'https://github.com/enarx/enarx.github.io',
tags: ['opensource']
},
{
title: 'Erxes',
description:
Expand Down

0 comments on commit 5fb6404

Please sign in to comment.