mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 05:37:16 +02:00
docs: add Blogasaurus to showcase (#5572)
* Update users.tsx Add Blogasaurus * add blogasaurus image * update filename * delete 'PNG' file * add 'png' file * update users.tsx with 'png' file
This commit is contained in:
parent
19302c4913
commit
ceff278449
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/Blogasaurus.png
Normal file
BIN
website/src/data/showcase/Blogasaurus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
|
@ -252,6 +252,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/johnnyreilly/blog.johnnyreilly.com',
|
||||
tags: ['opensource','personal','large'],
|
||||
},
|
||||
{
|
||||
title: 'Blogasaurus',
|
||||
description: 'A blog written using Docasaurus.',
|
||||
preview: require('./showcase/Blogasaurus.png'),
|
||||
website: 'https://blog.palashsh.me/',
|
||||
source: 'https://github.com/BattleOfPlassey/blogasaurus',
|
||||
tags: ['personal', 'opensource']
|
||||
},
|
||||
{
|
||||
title: 'Botonic',
|
||||
description: 'Build Chatbots and Conversational Apps Using React',
|
||||
|
|
Loading…
Add table
Reference in a new issue