0.2.3 • Published 2 years ago

@lando/vuepress-theme-lando-docs v0.2.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

VuePress 2 Theme for Lando Doc Based Sites

Contains the theme and docs for the VuePress 2 Lando Docs Based Sites.

Usage

Add the theme name to your theme key in your VuePress 2 config.js:

module.exports = {
  ...
  theme: '@lando/vuepress-theme-lando-docs',
  ...
};

Docs

For more detailed information on options and other configs, please visit the docs for this repo.

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Development

git clone https://github.com/lando/vuepress-theme-lando-docs.git && cd vuepress-theme-lando-docs
yarn install

If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:

git clone https://github.com/lando/vuepress-theme-lando-docs.git && cd vuepress-theme-lando-docs
# Install deps and get node
lando start

# Run commands
lando node
lando yarn

Testing

# Lint the code
yarn lint

# Run unit tests
yarn test

Releasing

yarn release

Contributors

Made with contributors-img.

Other Resources