This commit is contained in:
ozakione 2024-03-24 22:02:40 +01:00
parent ec35998bde
commit 8d1b174917
13 changed files with 160 additions and 115 deletions

View file

@ -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>;
}

View 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']

View file

@ -1,2 +0,0 @@
author: ozaki
title: ozaki

View 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']

View file

@ -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']