Skip to content

Commit

Permalink
docs(v2): Add Axioms to showcase (#4251)
Browse files Browse the repository at this point in the history
* Update users.js

Add awe framework site

* Add awe framework screenshot

* Update users.js

Fix comma

* Update users.js

Fix order
  • Loading branch information
limkinZero authored Feb 19, 2021
1 parent db7a348 commit af2e3cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added website/src/data/showcase/awe-framework.png
Loading
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.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ const users = [
fbOpenSource: false,
pinned: true,
},
{
title: 'Awe framework',
description: 'Awe framework, Build light-weight and functional websites quickly',
preview: require('./showcase/awe-framework.png'),
website: 'https://docs.aweframework.com/',
source: 'https://gitlab.com/aweframework/awe',
fbOpenSource: false,
pinned: false,
},
{
title: 'Axioms',
description: 'Axioms Developer Hub and Documentation Portal',
Expand Down

0 comments on commit af2e3cb

Please sign in to comment.