Skip to content

Commit 3761d53

Browse files
committed
fix(docs): use header props plugin from docs tools
1 parent cbd22e8 commit 3761d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/docs/next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
remarkTwitter,
88
remarkYoutube,
99
remarkFrontmatterToProps,
10+
remarkHeadersToProps,
1011
} from '@kadena/docs-tools';
1112
import mdx from '@next/mdx';
1213
import { createVanillaExtractPlugin } from '@vanilla-extract/next-plugin';
@@ -16,7 +17,6 @@ import remarkFrontmatter from 'remark-frontmatter';
1617
import remarkGfm from 'remark-gfm';
1718
import { BUNDLED_LANGUAGES, getHighlighter } from 'shiki';
1819
import redirectsConfig from './redirects.mjs';
19-
import remarkHeadersToProps from './src/scripts/remarkHeadersToProps.mjs';
2020
import remarkSideMenuToProps from './src/scripts/remarkSideMenuToProps.mjs';
2121
const withVanillaExtract = createVanillaExtractPlugin();
2222

0 commit comments

Comments
 (0)