mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 15:00:09 +02:00
docs(v2): add React Native website to the showcase (#3695)
This commit is contained in:
parent
574af1f90a
commit
8753fc74c3
2 changed files with 18 additions and 9 deletions
BIN
website/src/data/showcase/reactnative.png
Normal file
BIN
website/src/data/showcase/reactnative.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -81,15 +81,6 @@ 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',
|
||||
|
@ -211,6 +202,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'React Native',
|
||||
description: 'A framework for building native apps using React',
|
||||
preview: require('./showcase/reactnative.png'),
|
||||
website: 'https://reactnative.dev',
|
||||
source: 'https://github.com/facebook/react-native-website',
|
||||
fbOpenSource: true,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
title: 'Runlet',
|
||||
description: 'A cloud-based job manager that integrates your devices',
|
||||
|
@ -247,6 +247,15 @@ const users = [
|
|||
fbOpenSource: false,
|
||||
pinned: false,
|
||||
},
|
||||
{
|
||||
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: 'Tasit',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue