Add generator aliases for search
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Misode
2025-01-30 00:10:06 +01:00
parent c44678818d
commit 0dee553d7e
4 changed files with 22 additions and 19 deletions

View File

@@ -22,6 +22,7 @@ export interface ConfigGenerator {
path?: string,
noPath?: boolean,
tags?: string[],
aliases?: string[],
dependency?: string,
minVersion?: string,
maxVersion?: string,