{"library":"rollup-documentation","title":"rollup-documentation","description":"rollup-documentation (v0.0.12) is a deprecated package providing default react-styleguidist configuration for Yeutech Company Limited. It was part of the rollup-umd ecosystem, designed for generating documentation for UMD modules. The package is no longer actively maintained and has been superseded by other tools. Key differentiators: specific to Yeutech's internal tooling, tightly coupled with rollup-umd v0.8.11. Release cadence: not specified, but appears inactive since around 2018. Alternatives include react-styleguidist directly or modern documentation generators like Storybook.","language":"javascript","status":"deprecated","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-documentation"],"cli":null},"imports":["import config from 'rollup-documentation'","import { rollupDocumentation } from 'rollup-documentation'","import type { Config } from 'rollup-documentation'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport documentation from 'rollup-documentation';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'umd',\n    name: 'MyLibrary'\n  },\n  plugins: [\n    documentation({\n      // Configuration options\n      title: 'My Library Documentation',\n      components: 'src/**/*.js'\n    })\n  ]\n};","lang":"javascript","description":"Basic setup using rollup-documentation plugin in a Rollup configuration for generating UMD documentation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}