diff --git a/gatsby-config.js b/gatsby-config.js index 7da864b8b..108fcff0d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -14,6 +14,10 @@ module.exports = { pathPrefix: process.env.PATH_PREFIX || "/firefly-services/docs/", siteMetadata: { + docs: { + title: 'Submit Feedback', + path: 'https://developer.adobe.com/firefly-services/docs/guides/support/' + }, pages: [ { title: "All Firefly Services", @@ -254,4 +258,4 @@ module.exports = { ], }, plugins: [`@adobe/gatsby-theme-aio`], -}; \ No newline at end of file +};