mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
Fix [generator] move statistics in toc
This commit is contained in:
parent
9c397a4b40
commit
e969b503e9
1 changed files with 1 additions and 1 deletions
|
@ -370,9 +370,9 @@ class Cluster:
|
||||||
|
|
||||||
def create_index(galaxies):
|
def create_index(galaxies):
|
||||||
index_output = INTRO
|
index_output = INTRO
|
||||||
index_output += STATISTICS
|
|
||||||
for galaxie in galaxies:
|
for galaxie in galaxies:
|
||||||
index_output += f"- [{galaxie.name}](./{galaxie.json_file_name}/index.md)\n"
|
index_output += f"- [{galaxie.name}](./{galaxie.json_file_name}/index.md)\n"
|
||||||
|
index_output += STATISTICS
|
||||||
index_output += CONTRIBUTING
|
index_output += CONTRIBUTING
|
||||||
return index_output
|
return index_output
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue