0.3.0 • Published 3 years ago

@foxford/docs-utils v0.3.0

Weekly downloads
198
License
MIT
Repository
github
Last release
3 years ago
CommandDescription
npm testRun eslint check

Getting started

  1. npm i

Usage

Inject styleguideConfigMixin into your styleguidist.config.js to get all the documentation components and styles.

const { styleguideConfigMixin } = require('@foxford/foxford-docs-utils')

module.exports = {
  ...styleguideConfigMixin,
  /* If you want to have favicon, logo and images */
  assetsDir: resolve(__dirname, 'node_modules/@foxford/docs-utils/assets'),
  /** Your config here */
}

Important documents

0.3.0

3 years ago

0.2.0

3 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago