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 8e2324f commit ab399bbCopy full SHA for ab399bb
apps/docs/src/components/layout.tsx
@@ -18,6 +18,7 @@ export function DocsLayout({
18
...baseOptions({ title: t('title') }),
19
tree: pageTree,
20
sidebar: {},
21
+ githubUrl: 'https://github.com/xiaoyu2er/nextjs-i18n-docs',
22
};
23
24
return <FumaDocsLayout {...docsLayout}>{children}</FumaDocsLayout>;
0 commit comments