mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +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,
|
fbOpenSource: true,
|
||||||
pinned: 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',
|
title: 'Eta',
|
||||||
description: 'Faster embedded JS template engine in TypeScript',
|
description: 'Faster embedded JS template engine in TypeScript',
|
||||||
|
@ -211,6 +202,15 @@ const users = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: 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',
|
title: 'Runlet',
|
||||||
description: 'A cloud-based job manager that integrates your devices',
|
description: 'A cloud-based job manager that integrates your devices',
|
||||||
|
@ -247,6 +247,15 @@ const users = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: 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',
|
title: 'Tasit',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue