Skip to content

Commit 3d4b91a

Browse files
committed
docs: add logo
1 parent 5686195 commit 3d4b91a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/docusaurus.config.js

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const config = {
1616
baseUrl: '/',
1717
onBrokenLinks: 'throw',
1818
onBrokenMarkdownLinks: 'warn',
19+
favicon: 'img/logo.png',
20+
1921
organizationName: 'cbl-dart',
2022
projectName: 'cbl-dart',
2123

@@ -53,7 +55,11 @@ const config = {
5355
respectPrefersColorScheme: true,
5456
},
5557
navbar: {
56-
title: 'Couchbase Lite Dart',
58+
title: 'Couchbase Lite for Dart',
59+
logo: {
60+
src: '/img/logo.png',
61+
alt: 'Couchbase Logo',
62+
},
5763
items: [
5864
{
5965
href: 'https://github.com/cbl-dart/cbl-dart',
@@ -65,7 +71,7 @@ const config = {
6571
},
6672
footer: {
6773
style: 'dark',
68-
copyright: `Copyright © ${new Date().getFullYear()} Couchbase Lite Dart`,
74+
copyright: `Copyright © ${new Date().getFullYear()} Couchbase Lite for Dart`,
6975
},
7076
prism: {
7177
theme: lightCodeTheme,

docs/sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const sidebars = {
4949
pubDevDocsLink('cbl_sentry'),
5050
{
5151
type: 'link',
52-
label: 'Couchbase Lite Swift Docs',
52+
label: 'Couchbase Lite for Swift Docs',
5353
href: 'https://docs.couchbase.com/couchbase-lite/current/swift/quickstart.html',
5454
},
5555
],

docs/static/img/logo.png

53.6 KB
Loading

0 commit comments

Comments
 (0)