Add GitBook theme structure with Traditional Chinese docs
This commit is contained in:
15
gitbook/components/LeftMenuBar.js
Normal file
15
gitbook/components/LeftMenuBar.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import SmartLink from '@/components/SmartLink'
|
||||
|
||||
export default function LeftMenuBar () {
|
||||
return (
|
||||
<div className='w-20 border-r hidden lg:block pt-12'>
|
||||
<section>
|
||||
<SmartLink href='/' legacyBehavior>
|
||||
<div className='text-center cursor-pointer hover:text-black'>
|
||||
<i className='fas fa-home text-gray-500'/>
|
||||
</div>
|
||||
</SmartLink>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user