From 10228da79aeaeecbf5b28d472f81bdf67163da62 Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Thu, 4 Jul 2019 14:57:17 -0700 Subject: [PATCH] [docs] Improve docs site --- website/pages/en/index.js | 2 ++ website/siteConfig.js | 1 + 2 files changed, 3 insertions(+) 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;