docs: clean up clawtributors generator

This commit is contained in:
Gustavo Madeira Santana
2026-04-15 14:18:47 -04:00
parent be7f4a2342
commit 84185cb3eb
4 changed files with 579 additions and 433 deletions

View File

@@ -3,7 +3,6 @@ export type MapConfig = {
displayName?: Record<string, string>;
nameToLogin?: Record<string, string>;
emailToLogin?: Record<string, string>;
placeholderAvatar?: string;
seedCommit?: string;
};