@nacelle/vuepress-theme-docs

1.2.1 • Public • Published

Nacelle Vuepress Documentation Theme

Theme used for the Nacelle documentation.

Getting Started

Install the theme

npm i @nacelle/vuepress-theme-docs -S

Add to Vuepress config

In your Vuepress theme config:

module.exports = {
  // default vuepress config settings
  theme: '@nacelle/vuepress-theme-docs',
  themeConfig: {
    // vuepress default theme settings
    logo: 'path/to/header-logo.svg',
    footerLogo: 'path/to/footer-logo.svg',
  },
}

Development

After cloning the theme project, navigate to the documentation project. Once there, link the cloned theme project. Example:

cd docs-project
npm link ../path/to/theme

You can now start the documentation project using the Nacelle theme. More information about theme inheritance and development can be found here.

Package Sidebar

Install

npm i @nacelle/vuepress-theme-docs

Weekly Downloads

6

Version

1.2.1

License

MIT

Unpacked Size

231 kB

Total Files

22

Last publish

Collaborators

  • dave.king.nacelle
  • nacelle-support
  • jeffrichie
  • darrik-moberg
  • stuckya
  • badiolaignacio
  • dzouras
  • andrew-nacelle
  • nwrichmond
  • brianvanderson
  • cbodtorf
  • krisq
  • curbol
  • irnoble
  • jongeyer
  • nacelle-bot