feat(resources): tweak external resources & visuals

This commit is contained in:
Jean-Philippe Sirois
2020-05-13 06:31:58 -04:00
parent 34047cc05c
commit 2a1d8626bd
15 changed files with 123 additions and 120 deletions
+5
View File
@@ -56,6 +56,11 @@ export interface IAllArchivesQuery extends IAllFilesQuery {
}
}
export interface IExternalResource {
text: string
href: string
}
export interface ITocItem {
depth: number
link: string