Skip to content

Commit 904761d

Browse files
authored
Merge pull request #3348 from nzicko/fix/custom-plugins-imports
Fix broken imports in custom plugins for `@redocly/realm@0.126.0`
2 parents 9e40756 + b2f345e commit 904761d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

@theme/plugins/blog-posts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
3+
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
44

55
import { dirname, relative, join as joinPath } from 'path';
66
import markdoc from '@markdoc/markdoc';

@theme/plugins/code-samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
3+
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
44

55
import { dirname, relative, join as joinPath } from 'path';
66

0 commit comments

Comments
 (0)