mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
feat: implement table of contents
This commit is contained in:
Vendored
+6
@@ -55,3 +55,9 @@ export interface IAllArchivesQuery extends IAllFilesQuery {
|
||||
edges: IFileArchiveQuery[]
|
||||
}
|
||||
}
|
||||
|
||||
export interface ITocItem {
|
||||
depth: number
|
||||
link: string
|
||||
title: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user