diff --git a/docs/docs/FAQ.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/FAQ.md similarity index 100% rename from docs/docs/FAQ.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/FAQ.md diff --git a/docs/docs/about.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/about.md similarity index 100% rename from docs/docs/about.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/about.md diff --git a/docs/docs/contributionguide.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/contributionguide.md similarity index 100% rename from docs/docs/contributionguide.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/contributionguide.md diff --git a/docs/docs/customreactions.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/customreactions.md similarity index 100% rename from docs/docs/customreactions.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/customreactions.md diff --git a/docs/docs/explanations.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/explanations.md similarity index 100% rename from docs/docs/explanations.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/explanations.md diff --git a/docs/docs/fromsource.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/fromsource.md similarity index 100% rename from docs/docs/fromsource.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/fromsource.md diff --git a/docs/docs/guides/comprehensiveguide.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/comprehensiveguide.md similarity index 100% rename from docs/docs/guides/comprehensiveguide.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/comprehensiveguide.md diff --git a/docs/docs/guides/dockerguide.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/dockerguide.md similarity index 100% rename from docs/docs/guides/dockerguide.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/dockerguide.md diff --git a/docs/docs/guides/fromsource.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/fromsource.md similarity index 100% rename from docs/docs/guides/fromsource.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/fromsource.md diff --git a/docs/docs/guides/linuxguide.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/linuxguide.md similarity index 100% rename from docs/docs/guides/linuxguide.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/linuxguide.md diff --git a/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/macguide.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/macguide.md new file mode 100644 index 00000000..9b73a879 --- /dev/null +++ b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/guides/macguide.md @@ -0,0 +1 @@ +##MAC Guide \ No newline at end of file diff --git a/docs/docs/index.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/index.md similarity index 83% rename from docs/docs/index.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/index.md index f22353ac..981a039a 100644 --- a/docs/docs/index.md +++ b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/index.md @@ -8,7 +8,7 @@ - [OSX Guide](guides/macguide.md) - [Building from Source](guides/fromsource.md) - [Docker Guide](guides/dockerguide.md) -- [Commands List](commandslist.md) +- [Commands List](https://github.com/Kwoth/NadekoBot/blob/master/commandlist.md) - [Permissions System](permissions.md) - [JSON Explanations](explanations.md) - [Custiom Reactions](customreactions.md) diff --git a/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml new file mode 100644 index 00000000..6422bb25 --- /dev/null +++ b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/mkdocs.yml @@ -0,0 +1,18 @@ +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 diff --git a/docs/docs/permissions.md b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/permissions.md similarity index 100% rename from docs/docs/permissions.md rename to docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/docs/permissions.md diff --git a/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/mkdocs.yml b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/mkdocs.yml new file mode 100644 index 00000000..6422bb25 --- /dev/null +++ b/docs/docs/checkouts/readthedocs.org/user_builds/nadekobot/checkouts/latest/mkdocs.yml @@ -0,0 +1,18 @@ +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 diff --git a/docs/docs/guides/file.md b/docs/docs/guides/file.md deleted file mode 100644 index 42f00f63..00000000 --- a/docs/docs/guides/file.md +++ /dev/null @@ -1 +0,0 @@ -dsada diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 56435ef0..6422bb25 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -8,11 +8,11 @@ pages: - OSX Guide: guides/macguide.md - Building from Source: guides/fromsource.md - Docker Guide: guides/dockerguide.md -- Commands List: commandslist.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 \ No newline at end of file +theme: readthedocs