mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	Merge pull request #3348 from nzicko/fix/custom-plugins-imports
Fix broken imports in custom plugins for `@redocly/realm@0.126.0`
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
// @ts-check
 | 
			
		||||
 | 
			
		||||
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
 | 
			
		||||
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
 | 
			
		||||
 | 
			
		||||
import { dirname, relative, join as joinPath } from 'path';
 | 
			
		||||
import markdoc from '@markdoc/markdoc';
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
// @ts-check
 | 
			
		||||
 | 
			
		||||
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
 | 
			
		||||
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
 | 
			
		||||
 | 
			
		||||
import { dirname, relative, join as joinPath } from 'path';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user