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:
Palash Shrivastava 2021-09-19 12:14:26 +05:30 committed by GitHub
parent 19302c4913
commit ceff278449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

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