@@ -7,13 +7,22 @@ module.exports = {
7
7
} ,
8
8
} ,
9
9
base : process . env . VUEPRESS_BASE || "/" ,
10
+ head : [
11
+ [ 'link' , { rel : "apple-touch-icon" , sizes : "180x180" , href : "/apple-touch-icon.png" } ] ,
12
+ [ 'link' , { rel : "icon" , type : "image/png" , sizes : "32x32" , href : "/favicon-32x32.png" } ] ,
13
+ [ 'link' , { rel : "icon" , type : "image/png" , sizes : "16x16" , href : "/favicon-16x16.png" } ] ,
14
+ [ 'link' , { rel : "manifest" , href : "/site.webmanifest" } ] ,
15
+ [ 'meta' , { name : "msapplication-TileColor" , content : "#2e3148" } ] ,
16
+ [ 'meta' , { name : "theme-color" , content : "#ffffff" } ] ,
17
+ [ 'link' , { rel : "icon" , type : "image/svg+xml" , href : "/favicon-svg.svg" } ] ,
18
+ [ 'link' , { rel : "apple-touch-icon-precomposed" , href : "/apple-touch-icon-precomposed.png" } ] ,
19
+ ] ,
10
20
themeConfig : {
11
21
repo : "cosmos/ibc-go" ,
12
22
docsRepo : "cosmos/ibc-go" ,
13
23
docsDir : "docs" ,
14
24
editLinks : true ,
15
25
label : "ibc" ,
16
- // label: "ibc-go",
17
26
// TODO
18
27
//algolia: {
19
28
// id: "BH4D9OD16A",
@@ -24,8 +33,19 @@ module.exports = {
24
33
{
25
34
"label" : "main" ,
26
35
"key" : "main"
27
- }
36
+ } ,
37
+ {
38
+ "label" : "v1.1.0" ,
39
+ "key" : "v1.1.0"
40
+ } ,
41
+ {
42
+ "label" : "v1.2.0" ,
43
+ "key" : "v1.2.0"
44
+ }
28
45
] ,
46
+ topbar : {
47
+ banner : true
48
+ } ,
29
49
sidebar : {
30
50
auto : false ,
31
51
nav : [
@@ -105,11 +125,41 @@ module.exports = {
105
125
}
106
126
} ,
107
127
footer : {
108
- logo : "/logo-bw.svg" ,
128
+ question : {
129
+ text : "Chat with IBC developers in <a href='https://discord.gg/W8trcGV' target='_blank'>Discord</a>."
130
+ } ,
109
131
textLink : {
110
132
text : "ibcprotocol.org" ,
111
133
url : "https://ibcprotocol.org"
112
134
} ,
135
+ services : [
136
+ {
137
+ service : "medium" ,
138
+ url : "https://blog.cosmos.network/"
139
+ } ,
140
+ {
141
+ service : "twitter" ,
142
+ url : "https://twitter.com/cosmos"
143
+ } ,
144
+ {
145
+ service : "linkedin" ,
146
+ url : "https://www.linkedin.com/company/interchain-gmbh"
147
+ } ,
148
+ {
149
+ service : "reddit" ,
150
+ url : "https://reddit.com/r/cosmosnetwork"
151
+ } ,
152
+ {
153
+ service : "telegram" ,
154
+ url : "https://t.me/cosmosproject"
155
+ } ,
156
+ {
157
+ service : "youtube" ,
158
+ url : "https://www.youtube.com/c/CosmosProject"
159
+ }
160
+ ] ,
161
+ smallprint :
162
+ "The development of IBC-Go is led primarily by [Interchain GmbH](https://interchain.berlin/). Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit." ,
113
163
links : [
114
164
{
115
165
title : "Documentation" ,
0 commit comments