diff --git a/docs/conf.py b/docs/conf.py index d32fea76c..e69fa190b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ author = u'hydrabolt' # built documents. # # The short X.Y version. -version = '8.0.0' +version = '8.2.0' # The full version, including alpha/beta/rc tags. -release = '8.0.0' +release = '8.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 2c73d39c6..75f48c44d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,8 @@ looking for something low level, check out `discord.io`_. if you're having problems, check out the `troubleshooting guide`_. +If you're looking for docs for discord.js 9.0.0 and above, try visiting `the new docs site`_. + Feel free to make any contributions you want, whether it be through creating an issue, giving a suggestion or making a pull request! .. note:: This documentation is still a work-in-progress, apologies if something isn't yet documented! @@ -64,3 +66,4 @@ Feel free to make any contributions you want, whether it be through creating an .. _Discord : https://discordapp.com/ .. _troubleshooting guide : troubleshooting.html .. _discord.io : https://github.com/izy521/discord.io +.. _the new docs site : http://hydrabolt.github.io/discord.js \ No newline at end of file