mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 22:25:52 +00:00
Fix redocly/portal→realm import paths
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// @ts-check
|
||||
|
||||
import { getInnerText } from '@redocly/portal/dist/shared/markdoc.js';
|
||||
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
|
||||
|
||||
import { dirname, relative, join as joinPath } from 'path';
|
||||
import markdoc from '@markdoc/markdoc';
|
||||
|
||||
export function codeSamples() {
|
||||
/** @type {import("@redocly/portal/dist/server/plugins/types").PluginInstance } */
|
||||
/** @type {import("@redocly/realm/dist/server/plugins/types").PluginInstance } */
|
||||
const instance = {
|
||||
processContent: async (contentProvider, actions) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user