Skip to content

Commit

Permalink
docs: remove legacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Feb 7, 2023
1 parent c7cb84c commit a1ebaee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

async function createConfig() {
const mdxMermaid = await import('mdx-mermaid')

/** @type {import('@docusaurus/types').Config} */
return {
title: 'mdx-mermaid',
Expand All @@ -30,7 +28,6 @@ async function createConfig() {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
remarkPlugins: [mdxMermaid.default],
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
Expand Down

0 comments on commit a1ebaee

Please sign in to comment.