// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information. export default { defaultTheme: 'dark', disableThemeSelect: true, iconLinks: [ { icon: 'github', href: 'https://github.com/Aiko-IT-Systems/DisCatSharp', title: 'GitHub' }, { icon: 'discord', href: 'https://discord.gg/RXA6u3jxdU', title: 'Discord' }, { icon: 'twitter', href: 'https://twitter.com/DisCatSharp', title: 'Twitter' } ] }