mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
docs: add GTFS-to-HTML to showcase (#6181)
* Add GTFS-to-HTML to showcase * add gtfs-to-html.png to showcase * Update website/src/data/users.tsx Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
866f67afb1
commit
13056ea57c
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/gtfs-to-html.png
Normal file
BIN
website/src/data/showcase/gtfs-to-html.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
|
@ -633,6 +633,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/urigo/graphql-mesh',
|
source: 'https://github.com/urigo/graphql-mesh',
|
||||||
tags: ['opensource'],
|
tags: ['opensource'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'GTFS-to-HTML',
|
||||||
|
description: 'Generate human-readable HTML timetables from GTFS',
|
||||||
|
preview: require('./showcase/gtfs-to-html.png'),
|
||||||
|
website: 'https://gtfstohtml.com',
|
||||||
|
source: 'https://github.com/BlinkTagInc/gtfs-to-html',
|
||||||
|
tags: ['opensource'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Gulp',
|
title: 'Gulp',
|
||||||
description: 'A toolkit to automate & enhance your workflow',
|
description: 'A toolkit to automate & enhance your workflow',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue