@@ -67,7 +67,7 @@ module.exports={
67
67
"remarkPlugins" : [ require ( '@docusaurus/remark-plugin-npm2yarn' ) ] ,
68
68
} ,
69
69
"theme" : {
70
- "customCss" : [ require . resolve ( "./src /css/customTheme .css" ) ]
70
+ "customCss" : [ require . resolve ( "./static /css/main .css" ) ]
71
71
}
72
72
}
73
73
]
@@ -95,32 +95,16 @@ module.exports={
95
95
} ,
96
96
"navbar" : {
97
97
"title" : "Accord Project" ,
98
- "hideOnScroll" : true ,
99
98
"logo" : {
100
99
"alt" : 'Accord Project Logo' ,
101
100
"src" : 'img/accord_icon.png' ,
102
- "srcDark" : 'img/accord_icon_white.png ' ,
101
+ "srcDark" : 'img/A-MARK-ACCORDPROJECT-ONELINE-white.svg ' ,
103
102
} ,
104
103
"items" : [
105
- {
106
- "to" : "docs/" ,
107
- "label" : "Documentation" ,
108
- "position" : "left"
109
- } ,
110
- {
111
- "href" : "https://studio.accordproject.org" ,
112
- "label" : "Try Online!" ,
113
- "position" : "left"
114
- } ,
115
- {
116
- "href" : "https://github.com/accordproject" ,
117
- "label" : "GitHub" ,
118
- "position" : "left"
119
- } ,
120
104
{
121
105
"label" : "Version" ,
122
106
"to" : "docs" ,
123
- "position" : "right " ,
107
+ "position" : "left " ,
124
108
"items" : [
125
109
{
126
110
"label" : "0.21" ,
@@ -140,7 +124,22 @@ module.exports={
140
124
"to" : "docs/0.12/"
141
125
} ,
142
126
]
143
- }
127
+ } ,
128
+ {
129
+ "to" : "docs/" ,
130
+ "label" : "Documentation" ,
131
+ "position" : "right"
132
+ } ,
133
+ {
134
+ "href" : "https://studio.accordproject.org" ,
135
+ "label" : "Try Online!" ,
136
+ "position" : "right"
137
+ } ,
138
+ {
139
+ "href" : "https://github.com/accordproject" ,
140
+ "label" : "GitHub" ,
141
+ "position" : "right"
142
+ } ,
144
143
]
145
144
} ,
146
145
"image" : "img/docusaurus.png" ,
0 commit comments