Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
c089c5ba
Unverified
Commit
c089c5ba
authored
2 years ago
by
Bankn8II©$A
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update docusaurus.config.js
parent
5f91c56d
github/fork/barionleg/unpin-babel-loader
1 merge request
!12729
Unpin babel loader
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docusaurus/website/docusaurus.config.js
+19
-10
docusaurus/website/docusaurus.config.js
with
19 additions
and
10 deletions
+19
-10
docusaurus/website/docusaurus.config.js
+
19
-
10
View file @
c089c5ba
...
...
@@ -4,11 +4,12 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'
use strict
'
;
const
siteConfig
=
{
title
:
'
Create React App
'
,
tagline
:
'
Set up a modern web app by running one command.
'
,
url
:
'
https:/
/create-react-app
.dev
'
,
url
:
'
barionleg.github.io
/create-react-app
'
,
baseUrl
:
'
/
'
,
projectName
:
'
create-react-app
'
,
organizationName
:
'
facebook
'
,
...
...
@@ -21,7 +22,7 @@ const siteConfig = {
path
:
'
../docs
'
,
sidebarPath
:
require
.
resolve
(
'
./sidebars.json
'
),
editUrl
:
'
https://
github.com/facebook
/create-react-app/edit/main/docusaurus/website
'
,
'
https://
barionleg.github.io
/create-react-app/edit/main/docusaurus/website
'
,
showLastUpdateAuthor
:
true
,
showLastUpdateTime
:
true
,
},
...
...
@@ -33,8 +34,18 @@ const siteConfig = {
],
themeConfig
:
{
image
:
'
img/logo-og.png
'
,
announcementBar
:
{
id
:
'
support_ukraine
'
,
content
:
'
Support Ukraine 🇺🇦 <a target="_blank" rel="noopener noreferrer"
\
href="https://opensource.facebook.com/support-ukraine"> Help Provide Humanitarian Aid to Ukraine</a>.
'
,
backgroundColor
:
'
#20232a
'
,
textColor
:
'
#fff
'
,
isCloseable
:
false
,
},
algolia
:
{
apiKey
:
'
3be60f4f8ffc24c75da84857d6323791
'
,
appId
:
'
ZEDJGESZ31
'
,
apiKey
:
'
2afdaf81c56aaab687dbbb777a620e10
'
,
indexName
:
'
create-react-app
'
,
},
navbar
:
{
...
...
@@ -51,7 +62,7 @@ const siteConfig = {
position
:
'
right
'
,
},
{
href
:
'
https://
www.github.com/facebook
/create-react-app
'
,
href
:
'
https://
barionleg.github.io
/create-react-app
'
,
label
:
'
GitHub
'
,
position
:
'
right
'
,
},
...
...
@@ -78,12 +89,11 @@ const siteConfig = {
items
:
[
{
label
:
'
Stack Overflow
'
,
href
:
'
https://stackoverflow.com/questions/tagged/create-react-app
'
,
href
:
'
https://stackoverflow.com/questions/tagged/create-react-app
'
,
},
{
label
:
'
GitHub Discussions
'
,
href
:
'
https://
github.com/facebook
/create-react-app/discussions
'
,
href
:
'
https://
barionleg.github.io
/create-react-app/discussions
'
,
},
{
label
:
'
Twitter
'
,
...
...
@@ -91,8 +101,7 @@ const siteConfig = {
},
{
label
:
'
Contributor Covenant
'
,
href
:
'
https://www.contributor-covenant.org/version/1/4/code-of-conduct
'
,
href
:
'
https://www.contributor-covenant.org/version/1/4/code-of-conduct
'
,
},
],
},
...
...
@@ -101,7 +110,7 @@ const siteConfig = {
items
:
[
{
label
:
'
GitHub
'
,
href
:
'
https://
www.github.com/facebook
/create-react-app
'
,
href
:
'
https://
barionleg.github.io
/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
Menu
Explore
Projects
Groups
Snippets