2.6.3 • Published 2 years ago

@saika/theme-docs v2.6.3

Weekly downloads
26
License
MIT
Repository
-
Last release
2 years ago

@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

2 years ago

2.6.2

2 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago