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."