Files
Discord.Net/docs/_template/material/public/main.js
Nora 61ba44cdce Improve new docs site. (#2843)
* 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
2024-02-13 21:30:22 +03:00

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'
}
]
}