### Describe the bug Minimal installs do not include addon docs, and therefore when running Storybook you get: `No story files found for the specified pattern: src/**/*.mdx` Repro: - Go to an empty directory - `npx storybook@next init` - Select a template - Select minimal installation option - Run Storybook and see the warning