Update Docusaurus (#855)

This commit is contained in:
pollfly
2024-06-23 10:00:06 +03:00
committed by GitHub
parent f52a139c34
commit d166467a32
32 changed files with 8616 additions and 4726 deletions

View File

@@ -7,6 +7,7 @@
* @format
*/
import {themes as prismThemes} from 'prism-react-renderer';
const path = require('path');
@@ -23,8 +24,8 @@ module.exports = {
projectName: 'ClearML', // Usually your repo name.
themeConfig: {
prism: {
theme: require('prism-react-renderer/themes/dracula'),
darkTheme: require('prism-react-renderer/themes/dracula'),
theme: prismThemes.dracula,
darkTheme: prismThemes.dracula,
},
//algolia algolia: {
//algolia appId: 'ALGOLIA_APP_ID', // The application ID provided by Algolia