consolidated docs

point to new doc locations
removed non existing dirs
This commit is contained in:
Brian Coca 2016-12-22 13:03:16 -05:00 committed by Brian Coca
commit 57f8b791d6
143 changed files with 4 additions and 9 deletions

5
docs/docsite/modules.js Normal file
View file

@ -0,0 +1,5 @@
function AnsibleModules($scope) {
$scope.modules = [];
$scope.orderProp = "module";
}