[Docs] Fix docs post pip install refactor (#969)

* Fix downloader

* Fix bank

* Fix cog manager

* Fix config

* Fix readme

* Add docs/test link to readme

* Add docs codeowners
This commit is contained in:
Will
2017-09-08 23:31:32 -04:00
committed by GitHub
parent d69fd63da7
commit 7c3b2673a5
7 changed files with 30 additions and 14 deletions

3
.github/CODEOWNERS vendored
View File

@@ -13,3 +13,6 @@ core/sentry_setup.py @Kowlin @tekulvw
cogs/alias/* @tekulvw
cogs/downloader/* @tekulvw
cogs/general/* @palmtree5
# Docs
docs/* @tekulvw @palmtree5