mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
upgrades realm to latest v, adds id to plugin.js to account for breaking change
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user