mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 21:27:24 +02:00
docs(v2): Add wiki-powerto site showcase (#3990)
* Add files via upload * Update users.js * Update users.js
This commit is contained in:
parent
5784125f4b
commit
7c597bb4e7
2 changed files with 10 additions and 1 deletions
BIN
website/src/data/showcase/power.png
Normal file
BIN
website/src/data/showcase/power.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 KiB |
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
const users = [
|
const users = [
|
||||||
{
|
{
|
||||||
title: 'AgileTs',
|
title: 'AgileTs',
|
||||||
description: 'Global State and Logic Framework for reactive Applications',
|
description: 'Global State and Logic Framework for reactive Applications',
|
||||||
preview: require('./showcase/agilets.png'),
|
preview: require('./showcase/agilets.png'),
|
||||||
|
@ -246,6 +246,15 @@ const users = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Power\'s Wiki',
|
||||||
|
description: 'An example of personal wiki ',
|
||||||
|
preview: require('./showcase/power.png'),
|
||||||
|
website: 'https://wiki-power.com/',
|
||||||
|
source: 'https://github.com/linyuxuanlin/Wiki_Docusaurus',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'QA-Board',
|
title: 'QA-Board',
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue