1.2.1 • Published 2 years ago

@nacelle/vuepress-theme-docs v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

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.

1.2.1

2 years ago

1.2.0

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago