UNPKG

gatsby-theme-docz

Version:

Gatsby theme created to use Docz

10 lines (7 loc) 283 B
const { Plugin, parseConfig } = require('docz-core') module.exports = async (params, opts = {}) => { const config = await parseConfig(opts) const run = Plugin.runPluginsMethod(config.plugins) const { stage } = params run('onCreateDevServer', params, stage === 'develop') }