feat: provide edito button to jump directly to the item in a repo

closes #115
This commit is contained in:
Danny Koppenhagen
2022-01-11 19:45:16 +01:00
committed by Bastian
parent 95fefb55ff
commit 7e65a17e7c
7 changed files with 40 additions and 3 deletions

View File

@@ -13,6 +13,10 @@ export interface ConfigData {
};
homepageContent: HomepageOption;
dateFormat?: string;
editLink?: {
radarLink: string,
title?: string
}
}
export const radarName =