We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe9296 commit cffe991Copy full SHA for cffe991
2 files changed
src/app/layout.tsx
@@ -95,6 +95,7 @@ const RootLayout: FC<LayoutProps> = async ({ children }) => {
95
lastUpdated={<LastUpdated>Last Updated</LastUpdated>}
96
themeSwitch={themeConfig.themeSwitch.getOptions()}
97
footer={themeConfig.footer}
98
+ docsRepositoryBase={themeConfig.docsRepositoryBase}
99
editLink={themeConfig.editLink}
100
feedback={themeConfig.feedback}
101
toc={themeConfig.toc}
src/theme.config.tsx
@@ -18,7 +18,7 @@ const config = {
18
</svg>
19
),
20
},
21
- docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop/src/content',
+ docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop',
22
footer: (
23
<div
24
style={{
0 commit comments