Files
Discord.Net/docs/index.md
John Mazouri bafdce4df6 Fix strange borders on main logo in Chrome and Firefox
An img tag gets default styling in these browsers & acts strangely when a src isn't present, and since we switch the logo with css, this can just be a div. Tested & working with all themes in Chrome & Firefox.
2018-12-28 11:54:39 -05:00

31 lines
984 B
Markdown

---
uid: Root.Landing
title: Home
---
# Discord.Net Documentation
<div class="big-logo logo-switcher" />
## What is Discord.Net?
Discord.Net is an asynchronous, multi-platform .NET Library used to
interface with the [Discord API](https://discordapp.com/).
## Where to begin?
If this is your first time using Discord.Net, you should refer to the
[Intro](xref:Guides.Introduction) for tutorials.
More experienced users might want to refer to the
[API Documentation](xref:API.Docs) for a breakdown of the individual
objects in the library.
## Additional Resources
- [Discord API Guild](https://discord.gg/discord-api) - Look for `#dotnet_discord-net`
- [GitHub](https://github.com/RogueException/Discord.Net/)
- [NuGet](https://www.nuget.org/packages/Discord.Net/)
- [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) - Add-ons and nightly builds
- [AppVeyor CI](https://ci.appveyor.com/project/RogueException/discord-net) - Nightly builds via Continuous Integration