mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 04:57:50 +02:00
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:
parent
e5bfa2ede2
commit
067f3dac7e
2 changed files with 9 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue