Browse Source

Merge pull request #501 from khionu/patch-1

Update home page on docs
tags/1.0-rc
Christopher F 8 years ago
parent
commit
68eeb63127
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      docs/index.md

+ 8
- 2
docs/index.md View File

@@ -1,6 +1,12 @@

# Discord.Net Documentation

Refer to [The Intro](guides/intro.md) for tutorials on using Discord.Net, or the [API documentation](api/index.md) to review individual objects in the library.
Discord.Net is an asynchronous, multiplatform .NET Library used to interface with the [Discord API](https://discordapp.com/).

**Todo:** Put something meaningful here.
If this is your first time using Discord.Net, you should refer to the [Intro](guides/intro.md) for tutorials. More experienced users might refer to the [API Documentation](api/index.md) for a breakdown of the individuals objects in the library.

For additional resources:
- [Discord API Guild](https://discord.gg/discord-api) (Go to the #dotnet_discord-net channel)
- [GitHub Repo](https://github.com/RogueException/Discord.Net/tree/dev) (**todo:** Point this to Master after Release.)
- [NuGet](https://www.nuget.org/packages/Discord.Net/)
- [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) (For Unstable Releases and Community-Contributed Addons)

Loading…
Cancel
Save