@berun/preset-bedocs

MDX-based documentation server

Usage no npm install needed!

<script type="module">
  import berunPresetBedocs from 'https://cdn.skypack.dev/@berun/preset-bedocs';
</script>

README

@berun/preset-bedocs

Configuration

Add to your @berun config file. Requires (and must follow) @berun/runner-react or @berun-runner-fuse-box-react


// config/berun.config.js

module.exports = {
  use: [
    '@berun/preset-fuse-box-react',
    '@berun/preset-bedocs', 
    '@berun/runner-eslint', 
    '@berun/runner-prettier'
  ]
}