Skip to content

Commit

Permalink
docs: Update to latest Docusaurus.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 4, 2022
1 parent 21ca3cd commit ec65cca
Show file tree
Hide file tree
Showing 3 changed files with 1,249 additions and 1,211 deletions.
6 changes: 5 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ module.exports = {
organizationName: 'milesj',
projectName: 'emojibase',
themeConfig: {
algolia: { apiKey: 'ef82e497116ce535274609f78502cf9b', indexName: 'emojibase' },
algolia: {
apiKey: 'f16874d17fa82eb39ff7aa32a4b60b5c',
appId: 'YOM7AJIJ6A',
indexName: 'emojibase',
},
navbar: {
title: 'Emojibase',
logo: {
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.13",
"@docusaurus/module-type-aliases": "2.0.0-beta.13",
"@docusaurus/preset-classic": "2.0.0-beta.13",
"@docusaurus/core": "2.0.0-beta.17",
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
"@docusaurus/preset-classic": "2.0.0-beta.17",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-plugin-typedoc-api": "^1.6.2",
"docusaurus-plugin-typedoc-api": "^1.9.0",
"emojibase": "^6.1.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit ec65cca

Please sign in to comment.