mirror of https://github.com/MISP/misp-modules
chg: Changed documentation markdown file name
parent
b9fe46ef01
commit
ba2b2652a9
|
@ -24,5 +24,5 @@ for _path, title in zip(module_types, titles):
|
||||||
value = ', '.join(value) if isinstance(value, list) else '{}'.format(value.replace('\n', '\n>'))
|
value = ', '.join(value) if isinstance(value, list) else '{}'.format(value.replace('\n', '\n>'))
|
||||||
markdown.append('- **{}**:\n>{}\n'.format(field, value))
|
markdown.append('- **{}**:\n>{}\n'.format(field, value))
|
||||||
markdown.append('\n-----\n')
|
markdown.append('\n-----\n')
|
||||||
with open('markdown.md', 'w') as w:
|
with open('documentation.md', 'w') as w:
|
||||||
w.write(''.join(markdown))
|
w.write(''.join(markdown))
|
||||||
|
|
Loading…
Reference in New Issue