mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
wip
This commit is contained in:
parent
ec35998bde
commit
8d1b174917
13 changed files with 160 additions and 115 deletions
|
@ -1,12 +0,0 @@
|
|||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
/* eslint-disable @docusaurus/no-untranslated-text */
|
||||
import React from 'react';
|
||||
|
||||
export default function ShowcaseComponent(props) {
|
||||
return <div>Your friends are : {props.content.author}</div>;
|
||||
}
|
6
website/src/showcase/website/dino.yaml
Normal file
6
website/src/showcase/website/dino.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
title: 'Dinosaur'
|
||||
description: 'Docusaurus dino'
|
||||
preview: require('./showcase/agilets.png')
|
||||
website: 'https://agile-ts.org/'
|
||||
source: 'https://github.com/agile-ts/documentation'
|
||||
tags: ['opensource', 'design']
|
|
@ -1,2 +0,0 @@
|
|||
author: ozaki
|
||||
title: ozaki
|
6
website/src/showcase/website/ozaki/ozaki.yaml
Normal file
6
website/src/showcase/website/ozaki/ozaki.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
title: 'Ozaki'
|
||||
description: 'Ozaki website'
|
||||
preview: require('./showcase/agilets.png')
|
||||
website: 'https://agile-ts.org/'
|
||||
source: 'https://github.com/agile-ts/documentation'
|
||||
tags: ['opensource', 'design']
|
|
@ -1,2 +1,6 @@
|
|||
author: seb
|
||||
title: seb
|
||||
title: 'Seb'
|
||||
description: "Docusaurus maintainer's personal website"
|
||||
preview: require('./showcase/agilets.png')
|
||||
website: 'https://agile-ts.org/'
|
||||
source: 'https://github.com/agile-ts/documentation'
|
||||
tags: ['opensource', 'design']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue