Skip to content

Commit

Permalink
chore: remove existing dropdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Aug 7, 2023
1 parent f9eecfa commit 457d889
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 102 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
astroCodeSnippets,
codeSnippetAutoImport,
} from "./integrations/astro-code-snippets";
import { astroDropdowns } from "./integrations/astro-dropdowns";
import {
tabsAutoImport,
tabNameAutoImport,
Expand Down Expand Up @@ -49,7 +48,7 @@ export default defineConfig({
],
site: `https://dev-docs-nine.vercel.app/`,
markdown: {
remarkPlugins: [remarkDefinitionList, remarkMermaid, ...astroDropdowns()],
remarkPlugins: [remarkDefinitionList, remarkMermaid],
remarkRehype: {
handlers: {
...defListHastHandlers,
Expand Down
100 changes: 0 additions & 100 deletions integrations/astro-dropdowns.ts

This file was deleted.

0 comments on commit 457d889

Please sign in to comment.