Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 55295e2

Browse files
committed
docs: Update to latest Docusaurus.
1 parent 8acd22e commit 55295e2

File tree

3 files changed

+1320
-1310
lines changed

3 files changed

+1320
-1310
lines changed

website/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ module.exports = {
3333
organizationName: 'beemojs',
3434
projectName: 'beemo',
3535
themeConfig: {
36-
algolia: { apiKey: 'f8c50c2054d10e589209829dde85fb91', indexName: 'beemo' },
36+
algolia: {
37+
apiKey: '1b170ddbd51334e7ff1ae04a4a3c8cfc',
38+
appId: 'CVDU6RRKBY',
39+
indexName: 'beemo',
40+
},
3741
navbar: {
3842
title: 'Beemo',
3943
logo: {

website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"serve": "docusaurus serve"
1212
},
1313
"dependencies": {
14-
"@docusaurus/core": "2.0.0-beta.13",
15-
"@docusaurus/module-type-aliases": "2.0.0-beta.13",
16-
"@docusaurus/preset-classic": "2.0.0-beta.13",
14+
"@docusaurus/core": "2.0.0-beta.17",
15+
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
16+
"@docusaurus/preset-classic": "2.0.0-beta.17",
1717
"@mdx-js/react": "^1.6.22",
1818
"clsx": "^1.1.1",
19-
"docusaurus-plugin-typedoc-api": "^1.6.2",
19+
"docusaurus-plugin-typedoc-api": "^1.9.0",
2020
"react": "^17.0.2",
2121
"react-dom": "^17.0.2"
2222
},

0 commit comments

Comments
 (0)