mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Unified document generator and make to generate JSON and JS files
This commit is contained in:
committed by
Michael DeHaan
parent
85fb83a5db
commit
ee679c0190
5
hacking/templates/js.j2
Normal file
5
hacking/templates/js.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
function AnsibleModules($scope) {
|
||||
$scope.modules = @{ json }@;
|
||||
|
||||
$scope.orderProp = "module";
|
||||
}
|
||||
Reference in New Issue
Block a user