Add "edit" feature to Docusaurus pages (#5492)

This commit is contained in:
Amy Lam
2018-10-21 14:53:53 -07:00
committed by Joe Haddad
parent 60b349fd85
commit 07ff5a02ed

View File

@@ -15,6 +15,7 @@ const siteConfig = {
// For github.io type URLs, you would set the url and baseUrl like:
url: 'https://facebook.github.io',
baseUrl: '/create-react-app/',
editUrl: 'https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/',
// Used for publishing and more
projectName: 'create-react-app',