mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 19:57:25 +02:00
docs: add CountryStateCityAPI site to showcase (#5681)
* Add CountryStateCityAPI to user.tsx * Add countrystatecity.png to showcase
This commit is contained in:
parent
66362106fa
commit
b40e45943e
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/countrystatecity.png
Normal file
BIN
website/src/data/showcase/countrystatecity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 655 KiB |
|
@ -341,6 +341,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/ayonious/console-table-docu',
|
source: 'https://github.com/ayonious/console-table-docu',
|
||||||
tags: ['opensource'],
|
tags: ['opensource'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Country State City API',
|
||||||
|
description: 'Get simplified countries, states & cities data without bloating up your database.',
|
||||||
|
preview: require('./showcase/countrystatecity.png'),
|
||||||
|
website: 'https://countrystatecity.in/',
|
||||||
|
source: 'https://github.com/dr5hn/csc-website',
|
||||||
|
tags: ['opensource', 'product'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Create React App',
|
title: 'Create React App',
|
||||||
description: 'Set up a modern web app by running one command',
|
description: 'Set up a modern web app by running one command',
|
||||||
|
|
Loading…
Add table
Reference in a new issue