We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8eef4 commit b6bbff1Copy full SHA for b6bbff1
packages/docusaurus-plugin/src/lib.ts
@@ -81,7 +81,7 @@ function renderIndex(doc: DereffedOpenrpcDocument): string {
81
methods.length === 0
82
? "_No methods defined._"
83
: methods
84
- .map((m) => `- [\`${m.name}\`](./methods/${m.name}.md)`)
+ .map((m) => `- [\`${m.name}\`](./methods/${m.name}.mdx)`)
85
.join("\n");
86
87
const schemasList =
0 commit comments