We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de94128 commit 48af3fbCopy full SHA for 48af3fb
pages/learn/index.page.tsx
@@ -7,6 +7,8 @@ import Card from '~/components/Card';
7
import { DocsHelp } from '~/components/DocsHelp';
8
9
export default function Welcome() {
10
+ const markdownFile = '_indexPage';
11
+
12
const newTitle = 'Getting Started';
13
return (
14
<SectionContext.Provider value='learn'>
@@ -37,7 +39,7 @@ export default function Welcome() {
37
39
link='https://tour.json-schema.org/'
38
40
/>
41
</div>
- <DocsHelp />
42
+ <DocsHelp markdownFile={markdownFile} />
43
</SectionContext.Provider>
44
);
45
}
0 commit comments