Skip to content

Commit 644fe31

Browse files
committed
fix
1 parent 5325b36 commit 644fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ const config = {
379379
},
380380
{
381381
filename: 'llms-sdk.txt',
382-
includePatterns: ['sdk/**/*.md'],
382+
includePatterns: ['sdk/**/*.{md,mdx}'],
383383
fullContent: false,
384384
title: 'MetaMask SDK documentation',
385385
description: 'Documentation links for MetaMask SDK',
@@ -463,7 +463,7 @@ const config = {
463463
},
464464
{
465465
filename: 'llms-services.txt',
466-
includePatterns: ['services/**/*.{md,mdx}'],
466+
includePatterns: ['services/**/*.md'],
467467
fullContent: false,
468468
title: 'Services documentation',
469469
description: 'Documentation links for MetaMask services',

0 commit comments

Comments
 (0)