Skip to content

Commit a40773e

Browse files
committed
update branding
1 parent 042f994 commit a40773e

3 files changed

Lines changed: 50 additions & 47 deletions

File tree

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Introduction
33
---
44

5-
![chkware | Test management for api era](./assets/github-hero-01.png)
5+
![CHKware | Low-code API quality testing, and automation toolbox](./assets/github-hero-01.png)
66

77

88
*CHKware* (pronounced as */check:ware/*) is a low-code API testing tool, a script-able HTTP client, and an API test automation tool for the API era.

docusaurus.config.js

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

1010
/** @type {import('@docusaurus/types').Config} */
1111
const config = {
12-
title: 'chkware',
13-
tagline: 'Test management for API era',
12+
title: 'CHKware',
13+
tagline: 'Low-code API quality testing, and automation toolbox',
1414
url: 'https://chkware.github.io',
1515
baseUrl: '/',
1616
onBrokenLinks: 'throw',
1717
onBrokenMarkdownLinks: 'warn',
1818
favicon: 'img/logo.png',
19-
organizationName: 'chkware',
19+
organizationName: 'CHKware',
2020
projectName: 'chkware.github.io',
2121
deploymentBranch: 'gh-pages',
2222
trailingSlash: false,
@@ -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': 'chkware gitHub repository',
67+
'aria-label': 'CHKware gitHub repository',
6868
className: 'header-github-link',
6969
},
7070
],
@@ -98,26 +98,26 @@ 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',
120-
content: 'Test management for API era',
119+
name: 'CHKware',
120+
content: 'Low-code API quality testing, and automation toolbox',
121121
},
122122
],
123123
image: 'img/banner.png',
@@ -133,7 +133,7 @@ const config = {
133133
},
134134
announcementBar: {
135135
id: 'support_us',
136-
content: `⭐️ If you like <strong>chkware</strong>, 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 <strong>CHKware</strong>, 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
isCloseable: false,
138138
backgroundColor: '#f2f2f2',
139139
},

sidebars.js

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,58 +13,61 @@
1313

1414
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1515
const sidebars = {
16-
1716
docs: [
1817
{
19-
type: 'doc',
20-
label: '🏡 Home',
21-
id: 'home',
18+
type: "doc",
19+
label: "🏡 Home",
20+
id: "home",
2221
},
2322
{
24-
type: 'doc',
25-
label: '💡 Introduction',
26-
id: 'introduction',
23+
type: "doc",
24+
label: "💡 Introduction",
25+
id: "introduction",
2726
},
2827
{
29-
type: 'category',
30-
label: '⚒️ Setup docs',
31-
items: [
32-
'setup',
33-
'setup/setup-ext',
34-
],
28+
type: "category",
29+
label: "⚒️ Setup docs",
30+
items: ["setup", "setup/setup-ext"],
3531
},
3632
{
37-
type: 'doc',
38-
label: '🏃‍♂️ Quick start',
39-
id: 'quick-start',
33+
type: "doc",
34+
label: "🏃‍♂️ Quick start",
35+
id: "quick-start",
4036
},
4137
{
42-
type: 'category',
43-
label: '🏊‍♂️ Examples',
38+
type: "category",
39+
label: "👨‍🏫 Tutorials and Examples",
4440
items: [
45-
'examples/http-examples',
46-
'examples/testcase-examples',
47-
'examples/variable-examples',
41+
{
42+
type: "category",
43+
label: "Tutorial",
44+
items: [
45+
"tutorial/http-client",
46+
],
47+
},
48+
"examples/http-examples",
49+
"examples/testcase-examples",
50+
"examples/variable-examples",
4851
],
4952
},
5053
{
51-
type: 'category',
52-
label: '🗂 References',
54+
type: "category",
55+
label: "🗂 References",
5356
items: [
54-
'references/concepts',
55-
'references/version-reference',
56-
'references/variable-reference',
57-
'references/http-reference',
58-
'references/testcase-reference',
57+
"references/concepts",
58+
"references/version-reference",
59+
"references/variable-reference",
60+
"references/http-reference",
61+
"references/testcase-reference",
5962
],
6063
},
6164
{
62-
type: 'category',
63-
label: '👩‍💻 Developers',
65+
type: "category",
66+
label: "👩‍💻 Developers",
6467
items: [
65-
'setup/setup-ext-dev',
66-
'setup/setup-cli-dev',
67-
'setup/setup-site-dev',
68+
"setup/setup-ext-dev",
69+
"setup/setup-cli-dev",
70+
"setup/setup-site-dev",
6871
],
6972
},
7073
],

0 commit comments

Comments
 (0)