Files
vac.dev/data/authors.js
jeangovil 4ca1be8454 Migrate to Docusaurus (#108)
* migrate to Docusaurus framework
2023-06-07 22:12:28 +01:00

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