diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 1b42a8003b8..cec5413f8a8 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -230,4 +230,6 @@ class Index extends React.Component { } } +Index.description = 'Making dynamic sites performant, scalable, simple to build with any API design. ...all typed ...fast ...and consistent.'; + module.exports = Index; diff --git a/website/siteConfig.js b/website/siteConfig.js index af3345f80e9..d4320ec2fba 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -124,6 +124,7 @@ const siteConfig = { // You may provide arbitrary config keys to be used as needed by your // template. For example, if you need your repo's URL... repoUrl: 'https://github.com/coinbase/rest-hooks', + editUrl: 'https://github.com/coinbase/rest-hooks/edit/master/docs/', }; module.exports = siteConfig;