Skip to content

Commit aa18c23

Browse files
committed
feature: make brand all lowercase
1 parent d6173f6 commit aa18c23

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docusaurus.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TwitterSvg =
99

1010
/** @type {import('@docusaurus/types').Config} */
1111
const config = {
12-
title: 'Chkware',
12+
title: 'chkware',
1313
tagline: 'Test management for API era',
1414
url: 'https://chkware.github.io',
1515
baseUrl: '/',
@@ -48,10 +48,10 @@ const config = {
4848
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4949
({
5050
navbar: {
51-
title: 'Chkware',
51+
title: 'chkware',
5252
hideOnScroll: false,
5353
logo: {
54-
alt: 'Chkware Logo',
54+
alt: 'chkware Logo',
5555
src: 'img/logo.png',
5656
},
5757
items: [
@@ -64,7 +64,7 @@ const config = {
6464
{
6565
href: 'https://github.com/chkware/cli',
6666
position: 'right',
67-
'aria-label': 'GitHub repository',
67+
'aria-label': 'chkware gitHub repository',
6868
className: 'header-github-link',
6969
},
7070
],
@@ -98,25 +98,25 @@ const config = {
9898
title: 'Follow us',
9999
items: [
100100
{
101-
label: 'Chkware @ twitter',
101+
label: 'chkware @ twitter',
102102
href: 'https://twitter.com/chkware',
103103
},
104104
{
105-
label: 'Chkware @ github',
105+
label: 'chkware @ github',
106106
href: 'https://github.com/chkware/cli',
107107
},
108108
{
109-
label: 'Chkware @ pypi',
109+
label: 'chkware @ pypi',
110110
href: 'https://pypi.org/project/chk',
111111
},
112112
],
113113
},
114114
],
115-
copyright: `Copyright © ${new Date().getFullYear()} Chkware.`,
115+
copyright: `Copyright © ${new Date().getFullYear()} chkware.`,
116116
},
117117
metadata: [
118118
{
119-
name: 'Chkware',
119+
name: 'chkware',
120120
content: 'Test management for API era',
121121
},
122122
],
@@ -133,7 +133,7 @@ const config = {
133133
},
134134
announcementBar: {
135135
id: 'support_us',
136-
content: `⭐️ If you like Chkware, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/chkware/cli">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/chkware" >Twitter</a> ${TwitterSvg}`,
136+
content: `⭐️ If you like chkware, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/chkware/cli">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/chkware" >Twitter</a> ${TwitterSvg}`,
137137
},
138138
}),
139139
themes: [

0 commit comments

Comments
 (0)