Skip to content

Commit

Permalink
Merge branch 'vibe3-docs' into vibe3-minimize-plop
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Aug 29, 2024
2 parents e9d692b + ee1830c commit 9e230e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions packages/core/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
AlphaWarning,
DeprecatedWarning,
ComponentRules,
DocFooter,
Frame,
FunctionArgument,
FunctionArguments,
Expand Down Expand Up @@ -60,7 +61,10 @@ const preview: Preview = {
},
container: ({ children, context }: { children: any; context: any }) => (
<DocsContainer context={context}>
<Unstyled>{children}</Unstyled>
<Unstyled>
{children}
{<DocFooter feedbackFormLink="https://forms.monday.com/forms/213ebddcb0d423ae5b6178fb6e8f7b3d?r=use1" />}
</Unstyled>
</DocsContainer>
),
page: DocsPage,
Expand Down Expand Up @@ -95,11 +99,9 @@ const preview: Preview = {
storySort: {
order: [
"Welcome",
"Getting Started",
"Catalog",
"Changelog",
"Migration Guide",
"Contributing",
"Catalog",
"Playground",
"Internal",
"Foundations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ Read our<Link href="https://github.com/mondaycom/vibe/blob/master/CONTRIBUTING.m
<Contributors />

<OtherContributorsList />

<DocFooter feedbackFormLink="https://forms.monday.com/forms/213ebddcb0d423ae5b6178fb6e8f7b3d?r=use1" />

0 comments on commit 9e230e3

Please sign in to comment.