mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): Add Aide Jeune website to Docusaurus site showcase (#4887)
* Add Aide Jeune preview * add aidejeune website * correcting tags * Add opensource tag * Update website/src/data/users.js Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
0417ab9532
commit
65cf8dacee
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
|
|
@ -124,6 +124,14 @@ export const Tags = {
|
|||
// Add your site to this list
|
||||
// prettier-ignore
|
||||
const Users = [
|
||||
{
|
||||
title: 'Aide Jeune',
|
||||
description: 'French Discord server that helps young people who have been bullied or feel bad about themselves',
|
||||
preview: require('./showcase/aide_jeune.png'),
|
||||
website: 'https://aidejeune.fr',
|
||||
source: 'https://github.com/AideJeune',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'AgileTs',
|
||||
description: 'Global State and Logic Framework for reactive Applications',
|
||||
|
|
|
|||
Loading…
Reference in New Issue