Skip to content

Commit

Permalink
Update docusaurs to the latest version (#59866)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 18, 2024
1 parent 19a46dd commit 9289b2e
Show file tree
Hide file tree
Showing 3 changed files with 7,773 additions and 14,498 deletions.
7 changes: 0 additions & 7 deletions platform-docs/docusaurus.config.js
Expand Up @@ -4,9 +4,6 @@
/**
* External dependencies
*/
const lightCodeTheme = require( 'prism-react-renderer/themes/github' );
const darkCodeTheme = require( 'prism-react-renderer/themes/dracula' );

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Gutenberg Block Editor',
Expand Down Expand Up @@ -73,10 +70,6 @@ const config = {
},
],
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
} ),
};

Expand Down

0 comments on commit 9289b2e

Please sign in to comment.