Skip to content

Commit 2a2e8bf

Browse files
selbekkTimer
authored andcommitted
Set the project name and owner correctly (#5243)
This commit sets the page name to "Create React App", the tagline to "Create React apps with no build configuration." and the copyright owner to "Facebook"
1 parent e963dde commit 2a2e8bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/siteConfig.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ const users = [
2121
];
2222

2323
const siteConfig = {
24-
title: 'Test Site', // Title for your website.
25-
tagline: 'A website for testing',
26-
url: 'https://your-docusaurus-test-site.com', // Your website URL
24+
title: 'Create React App', // Title for your website.
25+
tagline: 'Create React apps with no build configuration.',
26+
url: 'https://facebook.github.io', // Your website URL
2727
baseUrl: '/', // Base URL for your project */
2828
// For github.io type URLs, you would set the url and baseUrl like:
2929
// url: 'https://facebook.github.io',
3030
// baseUrl: '/test-site/',
3131

3232
// Used for publishing and more
33-
projectName: 'test-site',
33+
projectName: 'create-react-app',
3434
organizationName: 'facebook',
3535
// For top-level user or org sites, the organization is still the same.
3636
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
3737
// organizationName: 'JoelMarcey'
3838

3939
// For no header links in the top nav bar -> headerLinks: [],
4040
headerLinks: [
41-
{doc: 'doc1', label: 'Docs'},
42-
{doc: 'doc4', label: 'API'},
43-
{page: 'help', label: 'Help'},
41+
{ doc: 'doc1', label: 'Docs' },
42+
{ doc: 'doc4', label: 'API' },
43+
{ page: 'help', label: 'Help' },
4444
],
4545

4646
// If you have users set above, you add it here:
@@ -72,7 +72,7 @@ const siteConfig = {
7272
*/
7373

7474
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
75-
copyright: `Copyright © ${new Date().getFullYear()} Your Name or Your Company Name`,
75+
copyright: `Copyright © ${new Date().getFullYear()} Facebook`,
7676

7777
highlight: {
7878
// Highlight.js theme to use for syntax highlighting in code blocks.

0 commit comments

Comments
 (0)