Skip to content

Commit 5b45a9f

Browse files
sionsmithclaude
andcommitted
Rename OSO DevOps to OSO
Update branding across documentation: - Logo alt text - Navbar link label - Footer copyright 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c157596 commit 5b45a9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config = {
4242
navbar: {
4343
title: 'OSO Kafka Backup',
4444
logo: {
45-
alt: 'OSO DevOps Logo',
45+
alt: 'OSO Logo',
4646
src: 'img/logo.svg',
4747
},
4848
items: [
@@ -59,7 +59,7 @@ const config = {
5959
},
6060
{
6161
href: 'https://www.oso.sh',
62-
label: 'OSO DevOps',
62+
label: 'OSO',
6363
position: 'right',
6464
},
6565
],
@@ -115,7 +115,7 @@ const config = {
115115
],
116116
},
117117
],
118-
copyright: `Copyright © ${new Date().getFullYear()} OSO DevOps. Built with Docusaurus.`,
118+
copyright: `Copyright © ${new Date().getFullYear()} OSO. Built with Docusaurus.`,
119119
},
120120
prism: {
121121
theme: prismThemes.github,

docs/prd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const config = {
220220
navbar: {
221221
title: 'OSO Kafka Backup',
222222
logo: {
223-
alt: 'OSO DevOps Logo',
223+
alt: 'OSO Logo',
224224
src: 'img/logo.svg',
225225
},
226226
items: [
@@ -236,7 +236,7 @@ const config = {
236236
},
237237
{
238238
href: 'https://www.oso.sh',
239-
label: 'OSO DevOps',
239+
label: 'OSO',
240240
position: 'right',
241241
},
242242
],
@@ -269,7 +269,7 @@ const config = {
269269
],
270270
},
271271
],
272-
copyright: `Copyright © ${new Date().getFullYear()} OSO DevOps. Built with Docusaurus.`,
272+
copyright: `Copyright © ${new Date().getFullYear()} OSO. Built with Docusaurus.`,
273273
},
274274

275275
prism: {

0 commit comments

Comments
 (0)