docs(v2): add taro to users (#3589)

This commit is contained in:
honlyHuang 2020-10-15 17:58:08 +08:00 committed by GitHub
parent b27d3529dd
commit d23940c9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

View file

@ -81,6 +81,15 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
title: 'Taro',
description: 'An open cross-end and cross-frame solution',
preview: require('./showcase/docs-taro-zone.png'),
website: 'https://docs.taro.zone/',
source: 'https://github.com/NervJS/taro',
fbOpenSource: false,
pinned: false,
},
{
title: 'Eta',
description: 'Faster embedded JS template engine in TypeScript',