This commit is contained in:
maji
2025-12-29 19:52:18 +07:00
parent 6f135a9e3c
commit bade87243c
32 changed files with 167 additions and 110 deletions

View File

@@ -153,6 +153,7 @@ for (const xmlFile of xmlEnumFiles) {
appendLine("---")
appendLine("title: " + e.Name)
appendLine("description: " + (e.Description && e.Description !== "Missing Documentation" ? e.Description : ""))
appendLine("icon: polytoria/Enum")
appendLine("---")
appendLine("")
appendLine("# " + e.Name)