mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +00:00
docs: New AWEL tutorial (#1245)
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
|
||||
const { ProvidePlugin } = require("webpack");
|
||||
const path = require("path");
|
||||
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
||||
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||
// 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 = {
|
||||
@@ -41,6 +44,12 @@ const config = {
|
||||
},
|
||||
],
|
||||
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
|
||||
themes: ['@docusaurus/theme-mermaid'],
|
||||
|
||||
plugins: [
|
||||
() => ({
|
||||
name: "custom-webpack-config",
|
||||
|
Reference in New Issue
Block a user