Skip to content

Commit 4c6e344

Browse files
committed
(Aegis) fix docgen
1 parent e0c3378 commit 4c6e344

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

industry/docgen/cargo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def gen_cargo_doc(all_cargos, string_manager):
2121
layout: default
2222
title: {cargo.name(string_manager)}
2323
parent: Cargos
24-
grand_parent: Ahyangyi's Extended Generic Industry Set (AEGIS)
24+
grand_parent: AEGIS - Ahyangyi's Extended Generic Industry Set
2525
nav_order: {i+1}
2626
---
2727
# Datasheet

industry/docgen/economy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def gen_economy_doc(all_economies, string_manager):
1616
layout: default
1717
title: {meta_economy.name(string_manager)}
1818
parent: Economies
19-
grand_parent: Ahyangyi's Extended Generic Industry Set (AEGIS)
19+
grand_parent: AEGIS - Ahyangyi's Extended Generic Industry Set
2020
nav_order: {i+1}"""
2121
else:
2222
header = f"""---

industry/docgen/industry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def gen_industry_doc(all_industries, string_manager):
1010
layout: default
1111
title: {industry.name(string_manager)}
1212
parent: Industries
13-
grand_parent: Ahyangyi's Extended Generic Industry Set (AEGIS)
13+
grand_parent: AEGIS - Ahyangyi's Extended Generic Industry Set
1414
nav_order: {i+1}
1515
---
1616
# Datasheet

0 commit comments

Comments
 (0)