From f76db15bdb7b99475a4e4d346c207b44fb0c88cc Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 29 Apr 2019 08:06:01 -0700 Subject: [PATCH] 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 --- website/siteConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 36155fa59..1f069e2d0 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -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',