mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 21:18:47 +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
BIN
website/src/data/showcase/livekit.png
Normal file
BIN
website/src/data/showcase/livekit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 349 KiB |
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {sortBy, difference} from '../utils/jsUtils';
|
import {difference, sortBy} from '../utils/jsUtils';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ADD YOUR SITE TO THE DOCUSAURUS SHOWCASE:
|
* ADD YOUR SITE TO THE DOCUSAURUS SHOWCASE:
|
||||||
|
@ -1186,6 +1186,14 @@ const Users = [
|
||||||
source: 'https://github.com/Joelpo/joelpo.github.io',
|
source: 'https://github.com/Joelpo/joelpo.github.io',
|
||||||
tags: ['personal', 'opensource']
|
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);
|
export const TagList = Object.keys(Tags);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue