mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 22:28:01 -05:00
66 lines
1.2 KiB
JavaScript
66 lines
1.2 KiB
JavaScript
/** @type {import('@acid-info/logos-docusaurus-theme').ThemeOptions['docs'][string]['content']['authors']} */
|
|
const authors = [
|
|
{
|
|
key: 'circe',
|
|
name: 'Circe',
|
|
twitter: 'vacp2p',
|
|
github: 'thecirce',
|
|
},
|
|
{
|
|
key: 'dean',
|
|
name: 'Dean',
|
|
twitter: 'DeanEigenmann',
|
|
github: 'decanus',
|
|
website: 'https://dean.eigenmann.me',
|
|
},
|
|
{
|
|
key: 'franck',
|
|
name: 'Franck',
|
|
twitter: 'fryorcraken',
|
|
github: 'fryorcraken',
|
|
},
|
|
{
|
|
key: 'hanno',
|
|
name: 'Hanno Cornelius',
|
|
twitter: '4aelius',
|
|
github: 'jm-clius',
|
|
},
|
|
{
|
|
key: 'kaiserd',
|
|
name: 'Daniel',
|
|
github: 'kaiserd',
|
|
},
|
|
{
|
|
key: 'oskarth',
|
|
name: 'Oskar',
|
|
twitter: 'oskarth',
|
|
github: 'oskarth',
|
|
},
|
|
{
|
|
key: 'rramos',
|
|
name: 'Richard',
|
|
twitter: 'richardramos_me',
|
|
github: 'richard-ramos',
|
|
website: 'https://richard-ramos.github.io/',
|
|
},
|
|
{
|
|
key: 's1fr0',
|
|
name: 's1fr0',
|
|
github: 's1fr0',
|
|
},
|
|
{
|
|
key: 'sanaz',
|
|
name: 'Sanaz',
|
|
twitter: 'sanaz2016',
|
|
github: 'staheri14',
|
|
},
|
|
{
|
|
key: 'sanaz',
|
|
name: 'Sanaz',
|
|
twitter: 'sanaz2016',
|
|
github: 'staheri14',
|
|
},
|
|
]
|
|
|
|
module.exports = authors
|