feat(docs): GitHub mirror icon, README-sourced doc sections, auto-generated TOC #129

Merged
rootiest merged 6 commits from feat/docs-readme-sections into main 2026-09-04 21:23:07 +00:00
Showing only changes of commit 8c21d34943 - Show all commits
@@ -20,7 +20,7 @@ const links = config.social || [];
return (
<a href={href} rel="me" class="sl-flex">
<span class="sr-only">{label}</span>
{customIcon ? <span class={`social-icon ${customIcon}`} aria-hidden="true" /> : <Icon name={icon} />}
{customIcon ? <span class={`social-icon ${customIcon}`} aria-hidden="true" /> : <Icon name={icon} size="2em" />}
</a>
);
})}
@@ -39,8 +39,8 @@ const links = config.social || [];
color: var(--sl-color-white);
}
.social-icon {
width: 1.5rem;
height: 1.5rem;
width: 3rem;
height: 3rem;
}
}
</style>