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.