feat: add more content

This commit is contained in:
Stevan Freeborn
2023-04-12 10:54:07 -05:00
parent 46018970d7
commit 955de7db83
13 changed files with 199 additions and 10 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ function TreeNode({ doc }: { doc: Doc }) {
</div>
) : (
<a
href={`#${doc.title.toLowerCase()}`}
href={`#${doc.title
.replaceAll(' ', '-')
.toLowerCase()}`}
className={styles.link}
>
{doc.title}