We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7973c commit 875bb59Copy full SHA for 875bb59
apps/nextra/docs.config.js
@@ -285,7 +285,8 @@ export const docsConfig = Object.freeze({
285
defaultDescription: "Docs for Aptos",
286
githubUrl: "https://github.com/aptos-labs/developer-docs",
287
relativeDocsPath: "/apps/nextra",
288
- githubNewIssueUrl: "https://github.com/aptos-labs/developer-docs/issues/new",
+ githubNewIssueUrl:
289
+ "https://github.com/aptos-labs/developer-docs/issues/new?assignees=&labels=documentation&projects=&template=content_issue.yml",
290
googleAnalyticsId: "G-WCYR52WMW9",
291
origin: getOrigin(),
292
});
0 commit comments