mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-21 07:40:22 -07:00
Unified document generator and make to generate JSON and JS files
This commit is contained in:
parent
85fb83a5db
commit
ee679c0190
51 changed files with 5969 additions and 9 deletions
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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue