Skip to content

Commit 39d0a0a

Browse files
committed
Remove footer links
1 parent e209c1c commit 39d0a0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const config = {
6565
},
6666
footer: {
6767
style: 'dark',
68-
links: [
68+
/* links: [
6969
{
7070
title: 'Docs',
7171
items: [
@@ -105,7 +105,7 @@ const config = {
105105
},
106106
],
107107
},
108-
],
108+
], */
109109
copyright: `Copyright © ${new Date().getFullYear()} Chkware.`,
110110
},
111111
prism: {

0 commit comments

Comments
 (0)