Skip to content

Commit 425185a

Browse files
committed
Enable markdown file generation for llms plugin
1 parent 2f7a0ff commit 425185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const config: Config = {
122122
[
123123
'docusaurus-plugin-llms',
124124
{
125-
// Zero config - generates both llms.txt and llms-full.txt
125+
generateMarkdownFiles: true,
126126
},
127127
],
128128
],

0 commit comments

Comments
 (0)