Skip to content

Commit bbedb5a

Browse files
committed
Updated to Docusaurus v3
1 parent 84491b2 commit bbedb5a

File tree

3 files changed

+5147
-3058
lines changed

3 files changed

+5147
-3058
lines changed

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ const footerLinks = [
7575
// DON'T CHANGE ANYTHING BELOW UNLESS YOU KNOW WHAT YOU'RE DOING //
7676
///////////////////////////////////////////////////////////////////////////////
7777

78-
const lightCodeTheme = require('prism-react-renderer/themes/github');
79-
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
78+
const { themes } = require("prism-react-renderer");
79+
const lightCodeTheme = themes.github;
80+
const darkCodeTheme = themes.dracula;
8081

8182
/** @type {import('@docusaurus/types').Config} */
8283
const config = {

0 commit comments

Comments
 (0)