Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 246c7fe

Browse files
update docusaurus version 2 (#1127)
1 parent a779f44 commit 246c7fe

File tree

3 files changed

+533
-536
lines changed

3 files changed

+533
-536
lines changed

‎docusaurus.config.js‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ module.exports = {
200200
pinned: false,
201201
},
202202
],
203-
fonts: {
204-
fontMain: ['Source Sans Pro', 'sans-serif'],
205-
fontCode: ['IBM Plex Mono', 'monospace'],
206-
},
207203
repoUrl: 'https://github.com/testing-library/dom-testing-library',
208204
docsRepoUrl: 'https://github.com/testing-library/testing-library-docs',
209205
docsPath: 'docs',
@@ -224,13 +220,12 @@ module.exports = {
224220
blog: {
225221
path: './blog',
226222
blogSidebarCount: 'ALL',
227-
blogSidebarTitle: 'All posts',
228223
feedOptions: {
229224
type: 'all',
230225
},
231226
},
232227
theme: {
233-
customCss: require.resolve('./src/css/custom.css'),
228+
customCss: [require.resolve('./src/css/custom.css')],
234229
},
235230
gtag: {
236231
trackingID: 'UA-137787095-1',
@@ -249,6 +244,7 @@ module.exports = {
249244
navbar: {
250245
title: 'Testing Library',
251246
logo: {
247+
alt: 'An octopus representing the DOM Testing Library Logo',
252248
src: 'img/octopus-64x64.png',
253249
},
254250
items: [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /