We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9477fda commit 14901c4Copy full SHA for 14901c4
theme.config.tsx
@@ -17,7 +17,8 @@ const config: DocsThemeConfig = {
17
link: 'https://github.com/apache/incubator-baremaps/'
18
},
19
feedback: {
20
- useLink: () => 'https://github.com/apache/incubator-baremaps/issues/new'
+ useLink: () =>
21
+ 'https://github.com/apache/incubator-baremaps-site/issues/new'
22
23
docsRepositoryBase:
24
'https://github.com/apache/incubator-baremaps-site/blob/main/',
0 commit comments