ansible/docs/docsite/modules.js
Brian Coca 57f8b791d6 consolidated docs
point to new doc locations
removed non existing dirs
2017-01-06 09:16:59 -05:00

5 lines
90 B
JavaScript

function AnsibleModules($scope) {
$scope.modules = [];
$scope.orderProp = "module";
}