Skip to content

chore: upgrade docusaurus to v2.0.1 #1049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:

defaults: &defaults
docker:
- image: circleci/node:14
- image: cimg/node:current
working_directory: ~/react-native-testing-library

jobs:
Expand Down
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const siteConfig = {
favicon: 'img/owl.png',

themeConfig: {
sidebarCollapsible: false,
navbar: {
title,
logo: {
Expand Down Expand Up @@ -48,8 +47,7 @@ const siteConfig = {
{
key: 3,
label: 'Stack Overflow',
href:
'http://stackoverflow.com/questions/tagged/react-native-testing-library',
href: 'http://stackoverflow.com/questions/tagged/react-native-testing-library',
},
{
key: 4,
Expand Down Expand Up @@ -83,6 +81,7 @@ const siteConfig = {
defaultLanguage: 'jsx',
},
algolia: {
appId: 'BH4D9OD16A',
apiKey: 'cd9b8b73f97b64ed04570e41c507683f',
indexName: 'react-native-testing-library',
},
Expand All @@ -96,6 +95,7 @@ const siteConfig = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: `${repoUrl}/blob/main`,
sidebarCollapsible: false,
},
blog: {
showReadingTime: true,
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@babel/core": "^7.11.1",
"@docusaurus/core": "^2.0.0-alpha.61",
"@docusaurus/preset-classic": "^2.0.0-alpha.61",
"@docusaurus/core": "^2.0.1",
"@docusaurus/preset-classic": "^2.0.1",
"classnames": "^2.2.6",
"react": "^16.8.4",
"react-dom": "^16.8.4"
Expand Down
Loading