@@ -200,10 +200,6 @@ module.exports = {
200
200
pinned : false ,
201
201
} ,
202
202
] ,
203
- fonts : {
204
- fontMain : [ 'Source Sans Pro' , 'sans-serif' ] ,
205
- fontCode : [ 'IBM Plex Mono' , 'monospace' ] ,
206
- } ,
207
203
repoUrl : 'https://github.com/testing-library/dom-testing-library' ,
208
204
docsRepoUrl : 'https://github.com/testing-library/testing-library-docs' ,
209
205
docsPath : 'docs' ,
@@ -224,13 +220,12 @@ module.exports = {
224
220
blog : {
225
221
path : './blog' ,
226
222
blogSidebarCount : 'ALL' ,
227
- blogSidebarTitle : 'All posts' ,
228
223
feedOptions : {
229
224
type : 'all' ,
230
225
} ,
231
226
} ,
232
227
theme : {
233
- customCss : require . resolve ( './src/css/custom.css' ) ,
228
+ customCss : [ require . resolve ( './src/css/custom.css' ) ] ,
234
229
} ,
235
230
gtag : {
236
231
trackingID : 'UA-137787095-1' ,
@@ -249,6 +244,7 @@ module.exports = {
249
244
navbar : {
250
245
title : 'Testing Library' ,
251
246
logo : {
247
+ alt : 'An octopus representing the DOM Testing Library Logo' ,
252
248
src : 'img/octopus-64x64.png' ,
253
249
} ,
254
250
items : [
0 commit comments