* Improve parameter padding and add discord link. * Update xref service for docs. Reason: https://github.com/dotnet/docfx/issues/9659 * Update docs readme to specify docfx version. * Update to latest DocFX. * update action & add manual trigger
15 lines
309 B
JavaScript
15 lines
309 B
JavaScript
export default {
|
|
iconLinks: [
|
|
{
|
|
icon: 'github',
|
|
href: 'https://github.com/discord-net/Discord.Net',
|
|
title: 'GitHub'
|
|
},
|
|
{
|
|
icon: 'discord',
|
|
href: 'https://discord.gg/dnet',
|
|
title: 'Discord'
|
|
}
|
|
]
|
|
}
|