diff --git a/docs/index.md b/docs/index.md index 969e1970..f7404d07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,9 @@ #NadekoBot Documentation +To invite NadekoBot to your server, click on the image bellow: +[![img][img]](https://discordapp.com/oauth2/authorize?client_id=170254782546575360&scope=bot&permissions=66186303) + +In case you need any help, hop on [NadekoBot Server][NadekoBot Server], where we can provide support. ##Content - [About](about.md) - Guides @@ -15,3 +19,6 @@ - [Frequently Asked Questions](Frequently Asked Questions.md) - [Contribution Guide](Contribution Guide.md) - [Donate](Donate.md) + +[img]: https://discordcdn.com/attachments/202743183774318593/210580315381563392/discord.png +[NadekoBot Server]: https://discord.gg/0ehQwTK2RBjAxzEY diff --git a/mkdocs.yml b/mkdocs.yml index b62c1de8..8ed8f41c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: NadekoBot +repo_url: https://github.com/Kwoth/NadekoBot pages: - Home: index.md - About: about.md