feat: provide edito button to jump directly to the item in a repo
closes #115
This commit is contained in:
committed by
Bastian
parent
95fefb55ff
commit
7e65a17e7c
@@ -13,6 +13,10 @@ export interface ConfigData {
|
||||
};
|
||||
homepageContent: HomepageOption;
|
||||
dateFormat?: string;
|
||||
editLink?: {
|
||||
radarLink: string,
|
||||
title?: string
|
||||
}
|
||||
}
|
||||
|
||||
export const radarName =
|
||||
|
||||
Reference in New Issue
Block a user