even more degithubbing

This commit is contained in:
Felix Roos
2025-06-14 16:23:03 +02:00
parent a7f044e1aa
commit 9738c90b82
10 changed files with 10 additions and 180 deletions
@@ -18,5 +18,4 @@ currentPage = currentPage.endsWith('/') ? currentPage.slice(0, -1) : currentPage
<nav aria-labelledby="grid-right" class="w-64 text-foreground">
<TableOfContents client:media="(min-width: 50em)" headings={headings} currentPage={currentPage} />
<MoreMenu editHref={githubEditUrl} />
<!-- <AvatarList path={currentPage} /> -->
</nav>