|
|
@ -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&repo=tech-interview-handbook&type=star&count=true&size=large"
|
|
|
|
|
|
|
|
frameBorder={0}
|
|
|
|
|
|
|
|
width={160}
|
|
|
|
|
|
|
|
height={30}
|
|
|
|
|
|
|
|
title="GitHub Stars"
|
|
|
|
|
|
|
|
/>
|
|
|
|
<DocItemFooter {...props} />
|
|
|
|
<DocItemFooter {...props} />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<MDXContent>
|
|
|
|
<MDXContent>
|
|
|
|