File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ const config = {
16
16
baseUrl : '/' ,
17
17
onBrokenLinks : 'throw' ,
18
18
onBrokenMarkdownLinks : 'warn' ,
19
+ favicon : 'img/logo.png' ,
20
+
19
21
organizationName : 'cbl-dart' ,
20
22
projectName : 'cbl-dart' ,
21
23
@@ -53,7 +55,11 @@ const config = {
53
55
respectPrefersColorScheme : true ,
54
56
} ,
55
57
navbar : {
56
- title : 'Couchbase Lite Dart' ,
58
+ title : 'Couchbase Lite for Dart' ,
59
+ logo : {
60
+ src : '/img/logo.png' ,
61
+ alt : 'Couchbase Logo' ,
62
+ } ,
57
63
items : [
58
64
{
59
65
href : 'https://github.com/cbl-dart/cbl-dart' ,
@@ -65,7 +71,7 @@ const config = {
65
71
} ,
66
72
footer : {
67
73
style : 'dark' ,
68
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Couchbase Lite Dart` ,
74
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Couchbase Lite for Dart` ,
69
75
} ,
70
76
prism : {
71
77
theme : lightCodeTheme ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const sidebars = {
49
49
pubDevDocsLink ( 'cbl_sentry' ) ,
50
50
{
51
51
type : 'link' ,
52
- label : 'Couchbase Lite Swift Docs' ,
52
+ label : 'Couchbase Lite for Swift Docs' ,
53
53
href : 'https://docs.couchbase.com/couchbase-lite/current/swift/quickstart.html' ,
54
54
} ,
55
55
] ,
You can’t perform that action at this time.
0 commit comments