diff --git a/website/src/data/showcase/livekit.png b/website/src/data/showcase/livekit.png new file mode 100644 index 0000000000..7efc98854a Binary files /dev/null and b/website/src/data/showcase/livekit.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index a83c90c318..378a3928f7 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -6,7 +6,7 @@ */ import React from 'react'; -import {sortBy, difference} from '../utils/jsUtils'; +import {difference, sortBy} from '../utils/jsUtils'; /* * ADD YOUR SITE TO THE DOCUSAURUS SHOWCASE: @@ -1186,6 +1186,14 @@ const Users = [ source: 'https://github.com/Joelpo/joelpo.github.io', tags: ['personal', 'opensource'] }, + { + title: 'LiveKit', + description: 'Open source, scalable, real-time audio and video rooms over WebRTC', + preview: require('./showcase/livekit.png'), + website: 'https://docs.livekit.io', + source: 'https://github.com/livekit/livekit-docs', + tags: ['opensource', 'product', 'design'] + }, ]; export const TagList = Object.keys(Tags);