UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

7 lines (5 loc) 201 B
const { Plugin, parseConfig } = require('docz-core') module.exports = async (params, opts = {}) => { const config = await parseConfig(opts) Plugin.runPluginsMethod(config.plugins)('onPreBuild') }