Skip to content

Commit

Permalink
[docs] Improve docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jul 4, 2019
1 parent 25b89cb commit 10228da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/pages/en/index.js
Expand Up @@ -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;
1 change: 1 addition & 0 deletions website/siteConfig.js
Expand Up @@ -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;

0 comments on commit 10228da

Please sign in to comment.