Changing the "label" name for the category to anything other than "Reference" in the sidebar.js results in failure to render the OpenRPC sidebar content.
{
type: "category",
label: "Reference", // Changing this label
link: { type: "generated-index" },
items: [
{
type: "autogenerated",
dirName: "openrpc",
},
],
},
The label name for the sidebar category can be customized to a name other than "Reference."
Problem:
Following the instructions for instillation to integrate into an existing sidebar here: https://github.com/MetaMask/docusaurus-openrpc?tab=readme-ov-file#2-integrate-into-the-existing-sidebar
Changing the "label" name for the category to anything other than "Reference" in the sidebar.js results in failure to render the OpenRPC sidebar content.
Expected Behavior:
The label name for the sidebar category can be customized to a name other than "Reference."