mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: add GH stars to doc page
This commit is contained in:
@ -92,6 +92,13 @@ function DocItemContent(props) {
|
||||
</header>
|
||||
)}
|
||||
<div className="margin-bottom--lg">
|
||||
<iframe
|
||||
src="https://ghbtns.com/github-btn.html?user=yangshun&repo=tech-interview-handbook&type=star&count=true&size=large"
|
||||
frameBorder={0}
|
||||
width={160}
|
||||
height={30}
|
||||
title="GitHub Stars"
|
||||
/>
|
||||
<DocItemFooter {...props} />
|
||||
</div>
|
||||
<MDXContent>
|
||||
|
Reference in New Issue
Block a user