mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-08 04:05:19 +02:00
Reformat documentation with 'andebox yaml-doc'.
This commit is contained in:
parent
77de6d90bf
commit
89f575f1ef
11 changed files with 724 additions and 765 deletions
|
@ -42,7 +42,7 @@ def main():
|
|||
path_choices = sorted([join_path(path) for path, path_info in PATHS.items() if path_info.fully_understood])
|
||||
|
||||
for file in MODULES:
|
||||
update_file(file, ' # BEGIN PATH LIST', ' # END PATH LIST', ' - {choice}', path_choices)
|
||||
update_file(file, ' # BEGIN PATH LIST', ' # END PATH LIST', ' - {choice}', path_choices)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue