Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
07ff5a02
Commit
07ff5a02
authored
6 years ago
by
Amy Lam
Committed by
Joe Haddad
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add "edit" feature to Docusaurus pages (#5492)
parent
60b349fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docusaurus/website/siteConfig.js
+1
-0
docusaurus/website/siteConfig.js
with
1 addition
and
0 deletions
+1
-0
docusaurus/website/siteConfig.js
+
1
-
0
View file @
07ff5a02
...
@@ -15,6 +15,7 @@ const siteConfig = {
...
@@ -15,6 +15,7 @@ const siteConfig = {
// For github.io type URLs, you would set the url and baseUrl like:
// For github.io type URLs, you would set the url and baseUrl like:
url
:
'
https://facebook.github.io
'
,
url
:
'
https://facebook.github.io
'
,
baseUrl
:
'
/create-react-app/
'
,
baseUrl
:
'
/create-react-app/
'
,
editUrl
:
'
https://github.com/facebook/create-react-app/edit/master/docusaurus/docs/
'
,
// Used for publishing and more
// Used for publishing and more
projectName
:
'
create-react-app
'
,
projectName
:
'
create-react-app
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment