mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 12:47:14 +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
|
||||
const users = [
|
||||
{
|
||||
{
|
||||
title: 'AgileTs',
|
||||
description: 'Global State and Logic Framework for reactive Applications',
|
||||
preview: require('./showcase/agilets.png'),
|
||||
|
@ -246,6 +246,15 @@ const users = [
|
|||
fbOpenSource: 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',
|
||||
description:
|
||||
|
|
Loading…
Add table
Reference in a new issue