docs(v2): Add LiveKit to showcase (#5115)

* added LiveKit to showcase

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
David Zhao 2021-07-06 05:45:24 -07:00 committed by GitHub
parent e5bfa2ede2
commit 067f3dac7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -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);