/docz-plugin-netlify

This package makes it possible to use netlify with docz

Primary LanguageJavaScript

docz-plugin-netlify

This package makes it possible to use netlify with docz If you provide a different path for the dist folder, the plugin will handle it for you.

How to use it

import doczPluginNetlify from "docz-plugin-netlify";

export default {
  plugins: [doczPluginNetlify()]
};