Skip to content

Commit 2852f57

Browse files
Update docusaurus.config.js
1 parent 3f18ef1 commit 2852f57

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

docusaurus.config.js

+8-12
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ const config = {
1010
tagline: 'Cross-platform robot framework, mainly used for ML.',
1111
url: 'https://retrofor.space',
1212
baseUrl: '/',
13-
projectName: '/',
13+
projectName: 'retro',
1414
organizationName: 'retrofor',
1515
trailingSlash: false,
1616
onBrokenLinks: 'throw',
1717
onBrokenMarkdownLinks: 'warn',
18-
favicon: 'img/favicon.ico',
18+
favicon: 'img/retro.ico',
1919

2020
// GitHub pages deployment config.
2121
// 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.
2424

2525
// Even if you don't use internalization, you can use this field to set useful
2626
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -95,17 +95,13 @@ const config = {
9595
{
9696
title: 'Community',
9797
items: [
98-
{
99-
label: 'Stack Overflow',
100-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
101-
},
10298
{
10399
label: 'Discord',
104-
href: 'https://discordapp.com/invite/docusaurus',
100+
href: 'https://discordapp.com/invite/retrofor',
105101
},
106102
{
107103
label: 'Twitter',
108-
href: 'https://twitter.com/docusaurus',
104+
href: 'https://twitter.com/HsiangNianian',
109105
},
110106
],
111107
},
@@ -118,12 +114,12 @@ const config = {
118114
},
119115
{
120116
label: 'GitHub',
121-
href: 'https://github.com/facebook/docusaurus',
117+
href: 'https://github.com/facebook/HsiangNianian',
122118
},
123119
],
124120
},
125121
],
126-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
122+
copyright: `Copyright © ${new Date().getFullYear()} RETROFOR RETRO, Inc. Built with Docusaurus.`,
127123
},
128124
prism: {
129125
theme: lightCodeTheme,

0 commit comments

Comments
 (0)