Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Updated to Docusaurus 3.0.0, including a workaround for the docusauru…
Browse files Browse the repository at this point in the history
…s-search-local plugin from cmfcmf/docusaurus-search-local#194
  • Loading branch information
dfreniche committed Nov 7, 2023
1 parent 18d5d1a commit 0c8b866
Show file tree
Hide file tree
Showing 3 changed files with 5,262 additions and 3,172 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,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 = {
title: `${title}`,
Expand Down
Loading

0 comments on commit 0c8b866

Please sign in to comment.