Skip to content

Commit 305849f

Browse files
author
Rodolfo Herrera Hernandez
authored
Docusaurus Configuration Updated
1 parent 19d8353 commit 305849f

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

Documentation/docusaurus.config.js

+2-39
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config = {
7070
},
7171
items: [
7272
{
73-
href: 'https://github.com/',
73+
href: 'https://github.com/xtekky/gpt4free',
7474
label: 'GPT4FREE Python',
7575
position: 'left'
7676
},
@@ -93,44 +93,7 @@ const config = {
9393
},
9494
footer: {
9595
style: 'dark',
96-
links: [
97-
{
98-
title: 'Docs',
99-
items: [
100-
{
101-
label: 'Tutorial',
102-
to: '/docs/intro',
103-
},
104-
],
105-
},
106-
{
107-
title: 'Community',
108-
items: [
109-
{
110-
label: 'Stack Overflow',
111-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
112-
},
113-
{
114-
label: 'Discord',
115-
href: 'https://discordapp.com/invite/docusaurus',
116-
},
117-
{
118-
label: 'Twitter',
119-
href: 'https://twitter.com/docusaurus',
120-
},
121-
],
122-
},
123-
{
124-
title: 'More',
125-
items: [
126-
{
127-
label: 'GitHub',
128-
href: 'https://github.com/facebook/docusaurus',
129-
},
130-
],
131-
},
132-
],
133-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
96+
copyright: `Copyright © ${new Date().getFullYear()} 2023 Lovelace AI.`,
13497
},
13598
prism: {
13699
theme: lightCodeTheme,

0 commit comments

Comments
 (0)