mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-17 18:25:50 +00:00
Merge pull request #2739 from XRPLF/upgrade-realm
feat: upgrades realm to latest v, adds id to plugin.js to account for break…
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);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- group: Blog
|
||||
groupTranslationKey: sidebar.blog
|
||||
page: blog/index.page.tsx
|
||||
page: index.page.tsx
|
||||
expanded: true
|
||||
items:
|
||||
- group: '2024'
|
||||
|
||||
2657
package-lock.json
generated
2657
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@
|
||||
"@codemirror/state": "6.4.1",
|
||||
"@codemirror/view": "^6.22.2",
|
||||
"@lezer/highlight": "^1.2.0",
|
||||
"@redocly/realm": "0.91.3",
|
||||
"@redocly/realm": "0.97.4",
|
||||
"@uiw/codemirror-themes": "4.21.21",
|
||||
"@uiw/react-codemirror": "^4.21.21",
|
||||
"@xrplf/isomorphic": "^1.0.0-beta.1",
|
||||
|
||||
Reference in New Issue
Block a user