Skip to content

Commit

Permalink
Excluded broken plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Feb 26, 2024
1 parent 72108b3 commit 1b94381
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

import remarkAbbr from 'remark-abbr';
import fediverseUser from "remark-fediverse-user";
import remarkCorepass from "remark-corepass";
import remarkCorebc from "remark-corebc";
Expand Down Expand Up @@ -95,7 +94,6 @@ const config: Config = {
},
},
remarkPlugins: [
[remarkAbbr, { expandFirst: true }],
fediverseUser,
remarkCorepass,
remarkCorebc,
Expand Down

0 comments on commit 1b94381

Please sign in to comment.