diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 962d2412e..87a57087e 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -380,7 +380,11 @@ export const DocsNav = ({ setOpen={setOpen} /> - + diff --git a/pages/pro-help/index.page.tsx b/pages/overview/pro-help/index.page.tsx similarity index 95% rename from pages/pro-help/index.page.tsx rename to pages/overview/pro-help/index.page.tsx index 99eb27681..61e33cc97 100644 --- a/pages/pro-help/index.page.tsx +++ b/pages/overview/pro-help/index.page.tsx @@ -1,10 +1,11 @@ import React from 'react'; import fs from 'fs'; -import { getLayout } from '~/components/SiteLayout'; +import { getLayout } from '~/components/Sidebar'; import Head from 'next/head'; import { Headline1 } from '~/components/Headlines'; import { SectionContext } from '~/context'; import { DocsHelp } from '~/components/DocsHelp'; +import NextPrevButton from '~/components/NavigationButtons'; interface ContractorLink { title: string; @@ -48,16 +49,15 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) { const newTitle = 'Need pro help with JSON Schema?'; return ( - + {newTitle} - - + {newTitle} Whether you need training, personalized advice, or custom JSON @@ -208,6 +208,12 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) { + diff --git a/pages/overview/similar-technologies.md b/pages/overview/similar-technologies.md index 7867a54e5..88603abe5 100644 --- a/pages/overview/similar-technologies.md +++ b/pages/overview/similar-technologies.md @@ -2,8 +2,8 @@ section: docs title: Similar Technologies prev: - label: FAQs - url: '/overview/faq' + label: Pro Help + url: '/overview/pro-help' next: label: Code of Conduct url: '/overview/code-of-conduct'
Whether you need training, personalized advice, or custom JSON @@ -208,6 +208,12 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) {