Skip to content

Commit 7b2e547

Browse files
fix: llms.txt description
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 6021b93 commit 7b2e547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/docusaurus.llms.plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ const generateLlmsTxtFile = async ({
577577
Pick<PluginOptions, "description">) => {
578578
const llmsTxtContent = `# ${title}
579579
580-
${description ?? tagline}
580+
> ${description ?? tagline}
581581
582582
${content}`;
583583

0 commit comments

Comments
 (0)