Skip to content

Commit

Permalink
Update docs: Bump Docusaurus to 3.1.0 and update version info
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kevin-lee committed Jan 26, 2024
1 parent 6423890 commit 82b0315
Show file tree
Hide file tree
Showing 5 changed files with 8,369 additions and 14,810 deletions.
8 changes: 5 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import {themes as prismThemes} from 'prism-react-renderer';

const algoliaConfig = require('./algolia.config.json');
const googleAnalyticsConfig = require('./google-analytics.config.json');

const lightCodeTheme = require('prism-react-renderer/themes/nightOwlLight');
const darkCodeTheme = require('prism-react-renderer/themes/nightOwl');
const lightCodeTheme = prismThemes.nightOwlLight;
const darkCodeTheme = prismThemes.nightOwl;

const isEmptyObject = obj => {
for (field in obj) return false;
Expand Down Expand Up @@ -115,7 +117,7 @@ const websiteConfig = {
"path": "v1",
},
"current": {
"label": "2.0.0-beta22",
"label": "2.0.0-beta24",
},
}
},
Expand Down
Loading

0 comments on commit 82b0315

Please sign in to comment.