Add wiki link to all generators

This commit is contained in:
Misode
2023-11-23 02:05:05 +01:00
parent 32a022d3a4
commit 2416095e4f
4 changed files with 78 additions and 42 deletions

View File

@@ -23,6 +23,7 @@ export interface ConfigGenerator {
partner?: string,
minVersion?: string,
maxVersion?: string,
wiki?: string,
}
export interface ConfigLegacyGuide {