diff --git a/_includes/community b/_includes/community index 06eb0ef74..93f841dc3 160000 --- a/_includes/community +++ b/_includes/community @@ -1 +1 @@ -Subproject commit 06eb0ef7410a7eb345311e5ef7438e83423dd51a +Subproject commit 93f841dc3181a0d643294f0d994cc515ed381cb0 diff --git a/components/DocsHelp.tsx b/components/DocsHelp.tsx index 544189b77..9df4e2b84 100644 --- a/components/DocsHelp.tsx +++ b/components/DocsHelp.tsx @@ -4,9 +4,10 @@ import extractPathWithoutFragment from '~/lib/extractPathWithoutFragment'; interface DocsHelpProps { markdownFile?: string; + isVisible?: boolean; } -export function DocsHelp({ markdownFile }: DocsHelpProps) { +export function DocsHelp({ markdownFile, isVisible = true }: DocsHelpProps) { const router = useRouter(); const path = encodeURIComponent(router.pathname); const [isFormOpen, setIsFormOpen] = useState(false); @@ -296,28 +297,30 @@ export function DocsHelp({ markdownFile }: DocsHelpProps) { type of contribution!

-
- - - Edit this page on Github - -
+ + Edit this page on Github + + + ) : null}
- +