mirror of https://github.com/MISP/misp-galaxy
fix: [tools] Generate index Markdown layout updated
parent
db9a0dc04d
commit
a0804c1194
|
@ -27,7 +27,7 @@ output = ""
|
|||
for f in galaxies_fnames:
|
||||
with open(os.path.join(pathClusters, f)) as fr:
|
||||
cluster = json.load(fr)
|
||||
output = f'{output}\n# {cluster["name"]}\n\n'
|
||||
output = f'{output}\n## {cluster["name"]}\n\n'
|
||||
link = cluster["name"].replace(" ", "_").lower()
|
||||
total = len(cluster["values"])
|
||||
output = f'{output}[{cluster["name"]}](https://www.misp-project.org/galaxy.html#_{link}) - {cluster["description"]}\n'
|
||||
|
|
Loading…
Reference in New Issue