Skip to content

Commit

Permalink
Updated to Docusaurus v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreniche committed Nov 9, 2023
1 parent fd618ed commit dc5e37d
Show file tree
Hide file tree
Showing 3 changed files with 5,292 additions and 3,186 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ const footerLinks = [
// DON'T CHANGE ANYTHING BELOW UNLESS YOU KNOW WHAT YOU'RE DOING //
///////////////////////////////////////////////////////////////////////////////

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

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Loading

0 comments on commit dc5e37d

Please sign in to comment.