@@ -21,26 +21,26 @@ const users = [
21
21
] ;
22
22
23
23
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
27
27
baseUrl : '/' , // Base URL for your project */
28
28
// For github.io type URLs, you would set the url and baseUrl like:
29
29
// url: 'https://facebook.github.io',
30
30
// baseUrl: '/test-site/',
31
31
32
32
// Used for publishing and more
33
- projectName : 'test-site ' ,
33
+ projectName : 'create-react-app ' ,
34
34
organizationName : 'facebook' ,
35
35
// For top-level user or org sites, the organization is still the same.
36
36
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
37
37
// organizationName: 'JoelMarcey'
38
38
39
39
// For no header links in the top nav bar -> headerLinks: [],
40
40
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' } ,
44
44
] ,
45
45
46
46
// If you have users set above, you add it here:
@@ -72,7 +72,7 @@ const siteConfig = {
72
72
*/
73
73
74
74
// 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 ` ,
76
76
77
77
highlight : {
78
78
// Highlight.js theme to use for syntax highlighting in code blocks.
0 commit comments