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

@@ -65,5 +65,9 @@
}
]
},
"dateFormat": "MMMM YYYY"
"dateFormat": "MMMM YYYY",
"editLink": {
"radarLink": "https://github.com/AOEpeople/techradar/edit/main/radar",
"title": "Edit"
}
}