Skip to content

Commit 48af3fb

Browse files
Fixed the unrelated change and restored the code from the main codebase
1 parent de94128 commit 48af3fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/learn/index.page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import Card from '~/components/Card';
77
import { DocsHelp } from '~/components/DocsHelp';
88

99
export default function Welcome() {
10+
const markdownFile = '_indexPage';
11+
1012
const newTitle = 'Getting Started';
1113
return (
1214
<SectionContext.Provider value='learn'>
@@ -37,7 +39,7 @@ export default function Welcome() {
3739
link='https://tour.json-schema.org/'
3840
/>
3941
</div>
40-
<DocsHelp />
42+
<DocsHelp markdownFile={markdownFile} />
4143
</SectionContext.Provider>
4244
);
4345
}

0 commit comments

Comments
 (0)