Problem
docs/plugins/README.md still describes the old layout (main.mdx, api-endpoints.mdx). On disk, plugins use overview.mdx and api.mdx (see docs/plugins/slack/).
Fix
Update the file tree, section titles, and Slack example links so they match the real filenames.
Touch
Done when
Verify
rg 'main\.mdx|api-endpoints\.mdx' docs/plugins/README.md
ls docs/plugins/slack/
Problem
docs/plugins/README.mdstill describes the old layout (main.mdx,api-endpoints.mdx). On disk, plugins useoverview.mdxandapi.mdx(seedocs/plugins/slack/).Fix
Update the file tree, section titles, and Slack example links so they match the real filenames.
Touch
docs/plugins/README.mdDone when
main.mdx/api-endpoints.mdxreferences for the standard four pagesoverview.mdx/api.mdxVerify
rg 'main\.mdx|api-endpoints\.mdx' docs/plugins/README.md ls docs/plugins/slack/