We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5325b36 commit 644fe31Copy full SHA for 644fe31
docusaurus.config.js
@@ -379,7 +379,7 @@ const config = {
379
},
380
{
381
filename: 'llms-sdk.txt',
382
- includePatterns: ['sdk/**/*.md'],
+ includePatterns: ['sdk/**/*.{md,mdx}'],
383
fullContent: false,
384
title: 'MetaMask SDK documentation',
385
description: 'Documentation links for MetaMask SDK',
@@ -463,7 +463,7 @@ const config = {
463
464
465
filename: 'llms-services.txt',
466
- includePatterns: ['services/**/*.{md,mdx}'],
+ includePatterns: ['services/**/*.md'],
467
468
title: 'Services documentation',
469
description: 'Documentation links for MetaMask services',
0 commit comments