Unified document generator and make to generate JSON and JS files

This commit is contained in:
Marco Vito Moscaritolo 2012-10-09 22:04:55 +02:00 committed by Michael DeHaan
parent 85fb83a5db
commit ee679c0190
51 changed files with 5969 additions and 9 deletions

5
hacking/templates/js.j2 Normal file
View file

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