Skip to content

Commit

Permalink
fix: include brokers readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Oct 14, 2022
1 parent 94097d3 commit 4f3c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/pages/docs/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,5 @@ export default function SlugPage(props: SidebarLayoutProps & { error?: string })
}

export const config = {
unstable_includeFiles: [`../../packages/{builders,collection,proxy,rest,util,voice,ws}/README.md`],
unstable_includeFiles: [`../../packages/{brokers,builders,collection,proxy,rest,util,voice,ws}/README.md`],
};

1 comment on commit 4f3c136

@vercel
Copy link

@vercel vercel bot commented on 4f3c136 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.