Merge pull request #514 from miraai/dev

Hope is all I have
This commit is contained in:
miraai 2016-08-04 00:43:09 +02:00 committed by GitHub
commit ce0473b582
17 changed files with 651 additions and 695 deletions

View File

@ -1,18 +0,0 @@
site_name: NadekoBot
pages:
- Home: index.md
- About: about.md
- Guides:
- Windows Guide: guides/comprehensiveguide.md
- Linux Guide: guides/linuxguide.md
- OSX Guide: guides/macguide.md
- Building from Source: guides/fromsource.md
- Docker Guide: guides/dockerguide.md
- Commands List: https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md
- Permissions System: permissions.md
- JSON Explanations: explanations.md
- Custom Commands: customreactions.md
- Frequently Asked Questions: FAQ.md
- Contribution Guide: contributionguide.md
theme: readthedocs

View File

@ -1,8 +0,0 @@
###Building from Source
For easy setup and no programming knowledge, you can use [Updater](https://github.com/Kwoth/NadekoUpdater/releases/latest) or download release from [Releases](https://github.com/Kwoth/NadekoBot/releases) and follow the [Comprehensive Guide](https://github.com/Kwoth/NadekoBot/blob/master/ComprehensiveGuide.md)
In your bin/debug folder (or next to your exe if you are using release version), you must have a file called 'credentials.json' in which you will store all the necessary data to make the bot know who the owner is, and your api keys.
When you clone the project, make sure to run `git submodule init` and `git submodule update` to get the correct discord.net version
Make sure you've read ComprehensiveGuide to get a grasp of basic config/credentials setup and then look at "Credentials and config" chapter.

View File

@ -1,16 +0,0 @@
#NadekoBot Documentation
##Content
- [About](about.md)
- Guides
- [Windows Guide](guides/comprehensiveguide.md)
- [Linux Guide](guides/linuxguide.md)
- [OSX Guide](guides/macguide.md)
- [Building from Source](guides/fromsource.md)
- [Docker Guide](guides/dockerguide.md)
- [Commands List](https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md)
- [Permissions System](permissions.md)
- [JSON Explanations](explanations.md)
- [Custiom Reactions](customreactions.md)
- [Frequently Asked Questions](FAQ.md)
- [Contribution Guide](contributionguide.md)

View File

@ -1,18 +0,0 @@
site_name: NadekoBot
pages:
- Home: index.md
- About: about.md
- Guides:
- Windows Guide: guides/comprehensiveguide.md
- Linux Guide: guides/linuxguide.md
- OSX Guide: guides/macguide.md
- Building from Source: guides/fromsource.md
- Docker Guide: guides/dockerguide.md
- Commands List: https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md
- Permissions System: permissions.md
- JSON Explanations: explanations.md
- Custom Commands: customreactions.md
- Frequently Asked Questions: FAQ.md
- Contribution Guide: contributionguide.md
theme: readthedocs

1
docs/guides/mii-chan.md Normal file
View File

@ -0,0 +1 @@
Docs are in the air.

View File

@ -1 +1,16 @@
HAi, this is future nakeda docs
#NadekoBot Documentation
##Content
- [About](about.md)
- Guides
- [Windows Guide](guides/comprehensiveguide.md)
- [Linux Guide](guides/linuxguide.md)
- [OSX Guide](guides/macguide.md)
- [Building from Source](guides/fromsource.md)
- [Docker Guide](guides/dockerguide.md)
- [Commands List](commandslist.md)
- [Permissions System](permissions.md)
- [JSON Explanations](explanations.md)
- [Custiom Reactions](customreactions.md)
- [Frequently Asked Questions](FAQ.md)
- [Contribution Guide](contributionguide.md)