upgrades realm to latest v, adds id to plugin.js to account for breaking change

This commit is contained in:
akcodez
2024-08-28 11:01:50 -07:00
parent 48fe812c9a
commit 599256a81b
3 changed files with 1484 additions and 1228 deletions

View File

@@ -11,6 +11,7 @@ export default function customPlugin() {
/** @type {import("@redocly/realm/dist/server/plugins/types").PluginInstance } */
const pluginInstance = {
id: 'xrpl',
processContent: async (content, actions) => {
await indexPagesInst.processContent?.(content, actions);
await codeSamplesInst.processContent?.(content, actions);