@@ -10,17 +10,17 @@ const config = {
10
10
tagline : 'Cross-platform robot framework, mainly used for ML.' ,
11
11
url : 'https://retrofor.space' ,
12
12
baseUrl : '/' ,
13
- projectName : '/ ' ,
13
+ projectName : 'retro ' ,
14
14
organizationName : 'retrofor' ,
15
15
trailingSlash : false ,
16
16
onBrokenLinks : 'throw' ,
17
17
onBrokenMarkdownLinks : 'warn' ,
18
- favicon : 'img/favicon .ico' ,
18
+ favicon : 'img/retro .ico' ,
19
19
20
20
// GitHub pages deployment config.
21
21
// If you aren't using GitHub pages, you don't need these.
22
- organizationName : 'facebook ' , // Usually your GitHub org/user name.
23
- projectName : 'docusaurus ' , // Usually your repo name.
22
+ organizationName : 'retrofor ' , // Usually your GitHub org/user name.
23
+ projectName : 'retro ' , // Usually your repo name.
24
24
25
25
// Even if you don't use internalization, you can use this field to set useful
26
26
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -95,17 +95,13 @@ const config = {
95
95
{
96
96
title : 'Community' ,
97
97
items : [
98
- {
99
- label : 'Stack Overflow' ,
100
- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
101
- } ,
102
98
{
103
99
label : 'Discord' ,
104
- href : 'https://discordapp.com/invite/docusaurus ' ,
100
+ href : 'https://discordapp.com/invite/retrofor ' ,
105
101
} ,
106
102
{
107
103
label : 'Twitter' ,
108
- href : 'https://twitter.com/docusaurus ' ,
104
+ href : 'https://twitter.com/HsiangNianian ' ,
109
105
} ,
110
106
] ,
111
107
} ,
@@ -118,12 +114,12 @@ const config = {
118
114
} ,
119
115
{
120
116
label : 'GitHub' ,
121
- href : 'https://github.com/facebook/docusaurus ' ,
117
+ href : 'https://github.com/facebook/HsiangNianian ' ,
122
118
} ,
123
119
] ,
124
120
} ,
125
121
] ,
126
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project , Inc. Built with Docusaurus.` ,
122
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } RETROFOR RETRO , Inc. Built with Docusaurus.` ,
127
123
} ,
128
124
prism : {
129
125
theme : lightCodeTheme ,
0 commit comments