Skip to content

Commit 69931fe

Browse files
committed
Add footer links
1 parent 1a62299 commit 69931fe

1 file changed

Lines changed: 25 additions & 23 deletions

File tree

docusaurus.config.js

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,67 +49,69 @@ const config = {
4949
({
5050
navbar: {
5151
title: 'Chkware',
52+
hideOnScroll: false,
5253
logo: {
53-
alt: 'My Site Logo',
54+
alt: 'Chkware Logo',
5455
src: 'img/logo.png',
5556
},
5657
items: [
5758
{
5859
type: 'doc',
59-
docId: 'intro',
60+
docId: 'introduction',
6061
position: 'left',
6162
label: 'Docs',
6263
},
6364
{
6465
href: 'https://github.com/chkware/cli',
65-
label: 'GitHub',
6666
position: 'right',
67+
'aria-label': 'GitHub repository',
68+
className: 'header-github-link',
6769
},
6870
],
6971
},
7072
footer: {
7173
style: 'dark',
72-
/* links: [
74+
links: [
7375
{
74-
title: 'Docs',
76+
title: 'Issues',
7577
items: [
7678
{
77-
label: 'Tutorial',
78-
to: '/',
79+
label: 'Github issues',
80+
href: 'https://github.com/chkware/cli/issues',
7981
},
8082
],
8183
},
8284
{
8385
title: 'Community',
8486
items: [
8587
{
86-
label: 'Stack Overflow',
87-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
88-
},
89-
{
90-
label: 'Discord',
91-
href: 'https://discordapp.com/invite/docusaurus',
92-
},
93-
{
94-
label: 'Twitter',
95-
href: 'https://twitter.com/docusaurus',
88+
label: 'Question',
89+
href: 'https://stackoverflow.com/questions/tagged/chkware-cli',
9690
},
91+
/* {
92+
label: 'Discussion',
93+
href: 'https://slack.com/',
94+
}, */
9795
],
9896
},
9997
{
100-
title: 'More',
98+
title: 'Follow us',
10199
items: [
102100
{
103-
label: 'Blog',
104-
to: '/blog',
101+
label: 'Chkware @ twitter',
102+
href: 'https://twitter.com/chkware',
105103
},
106104
{
107-
label: 'GitHub',
108-
href: 'https://github.com/facebook/docusaurus',
105+
label: 'Chkware @ github',
106+
href: 'https://github.com/chkware/cli',
107+
},
108+
{
109+
label: 'Chkware @ pypi',
110+
href: 'https://pypi.org/project/chk',
109111
},
110112
],
111113
},
112-
], */
114+
],
113115
copyright: `Copyright © ${new Date().getFullYear()} Chkware.`,
114116
},
115117
prism: {

0 commit comments

Comments
 (0)