0.5.4 • Published 5 years ago

vuepress-theme-millidocs v0.5.4

Weekly downloads
101
License
MIT
Repository
github
Last release
5 years ago

Millidocs Theme

Simple documentation theme for VuePress featuring Milligram CSS framework.

One of the core features is a client side search and full responsiveness.

Installation

Install the npm package:

$ npm i vuepress-theme-millidocs --save
# or
$ yarn add vuepress-theme-millidocs

Adapt your vuepress config config.js:

module.exports = {
  title: 'My page Title',
  description: 'My docs description',
  theme: 'milidocs'
}

Available Layouts

This theme is made for pages only and doesn't support posts by default. By default a page with a sidebar is generated.