2.6.3 • Published 3 years ago
@saika/theme-docs v2.6.3
@saika/theme-docs
We provide this plugin to let saika become a documentation site.
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@saika/theme-docs/dist/index.css"
/>
<!-- Load this plugin after saika.js -->
<script src="https://cdn.jsdelivr.net/npm/@saika/theme-docs"></script>
This plugin exposed as window.saikaThemeDocs
:
new Saika({
plugins: [saikaThemeDocs]
})
Then your site will become like me.
Options
nav
- Type:
Array<NavItem>
interface NavItem {
title: string
link: string
position?: 'left' | 'right'
}
The header navigation item.
posts
The posts item is your sidebar item.
License
MIT © 2nthony
2.6.3
3 years ago
2.6.2
3 years ago
2.6.1
5 years ago
2.6.0
5 years ago
2.5.1
6 years ago
2.5.0
6 years ago
2.4.0
6 years ago
2.3.1
6 years ago
2.3.0
6 years ago
2.2.0
6 years ago
2.1.4
6 years ago
2.1.3
6 years ago
2.1.2
6 years ago
2.1.1
6 years ago
2.1.0
6 years ago
2.0.0
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago