mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +02:00
docs: add '30 Days of SWA' to showcase (#7427)
* Adding '30 Days of SWA` app to Showcase * Added file for showcase * minor tweaks Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
90eee091ac
commit
c39406e6d8
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/30-days-swa.png
Normal file
BIN
website/src/data/showcase/30-days-swa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
|
@ -2085,6 +2085,14 @@ const Users: User[] = [
|
|||
source: null,
|
||||
tags: ['meta'],
|
||||
},
|
||||
{
|
||||
title: '30 Days Of SWA',
|
||||
description: 'A 30-Day Developer Guide to Azure Static Web Apps',
|
||||
preview: require('./showcase/30-days-swa.png'),
|
||||
website: 'https://www.azurestaticwebapps.dev',
|
||||
source: 'https://github.com/staticwebdev/30DaysOfSWA/tree/main/www',
|
||||
tags: ['opensource', 'product'],
|
||||
},
|
||||
{
|
||||
title: 'TiDB Community Books',
|
||||
description: 'A website for co-created books by TiDB Community users.',
|
||||
|
|
Loading…
Add table
Reference in a new issue