Added initial docs

This commit is contained in:
RogueException
2015-09-27 21:47:59 -03:00
parent 3e96c05c48
commit 833137ea5d
15 changed files with 996 additions and 0 deletions

39
docs/index.rst Normal file
View File

@@ -0,0 +1,39 @@
Discord.Net
===========
Discord.Net is an unofficial C# wrapper around the `Discord chat service`.
It offers several methods to create automated operations, bots, or even custom clients.
Feel free to chat with us in the `API Server on Discord`_.
.. _Discord chat service: https://discordapp.com
.. _API Server on Discord: https://discord.gg/0SBTUU1wZTVjAMPx
Warning
-------
This is an alpha!
The Discord API is still in active development, meaning this library may break at any time without notice.
Discord.Net itself is also in alpha so several functions may be unstable, untested, or not work at all.
Please report any bugs you find to our `Discord chat`_.
.. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx
Contents
--------
.. toctree::
:maxdepth: 2
:caption: Discord.Net
getting_started
features/logging
features/commands
features/voice
.. toctree::
:maxdepth: 2
:caption: Discord API