website: add GH stars to doc page

This commit is contained in:
Yangshun Tay
2022-05-09 07:33:19 +08:00
parent 2936f03658
commit 8f9883530b

View File

@ -92,6 +92,13 @@ function DocItemContent(props) {
</header> </header>
)} )}
<div className="margin-bottom--lg"> <div className="margin-bottom--lg">
<iframe
src="https://ghbtns.com/github-btn.html?user=yangshun&amp;repo=tech-interview-handbook&amp;type=star&amp;count=true&amp;size=large"
frameBorder={0}
width={160}
height={30}
title="GitHub Stars"
/>
<DocItemFooter {...props} /> <DocItemFooter {...props} />
</div> </div>
<MDXContent> <MDXContent>