Edit Docusaurus edit URL (#421)

Summary:
Makes editing pages easier.
Pull Request resolved: https://github.com/facebook/flipper/pull/421

Reviewed By: danielbuechele

Differential Revision: D15121670

Pulled By: passy

fbshipit-source-id: a201de3ce84204a9478711a80f3557671de743ab
This commit is contained in:
Pascal Hartig
2019-04-29 08:06:01 -07:00
committed by Facebook Github Bot
parent 5b8d78d3ab
commit f76db15bdb

View File

@@ -17,6 +17,7 @@ const siteConfig = {
{doc: 'understand', label: 'Docs'},
{href: repoUrl, label: 'GitHub'},
],
editUrl: 'https://github.com/facebook/flipper/blob/master/docs/',
/* path to images for header/footer */
headerIcon: 'img/icon.png',
footerIcon: 'img/mascot.png',