Skip to content

Commit 74d23d2

Browse files
authored
Merge pull request #109 from FriendlyCaptcha/llms.txt
Generate llms.txt and llms-full.txt
2 parents 8e1d4f2 + 213e6d9 commit 74d23d2

3 files changed

Lines changed: 397 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@ const config = {
5151
],
5252
},
5353
],
54+
[
55+
"@signalwire/docusaurus-plugin-llms-txt",
56+
{
57+
siteTitle: "Friendly Captcha Developer Hub",
58+
siteDescription:
59+
"Documentation and tutorials for integrating Friendly Captcha — widget SDK, server-side validation, risk intelligence, and enterprise features.",
60+
depth: 2,
61+
content: {
62+
includeDocs: true,
63+
includeBlog: false,
64+
includePages: false,
65+
includeVersionedDocs: false,
66+
enableLlmsFullTxt: true,
67+
excludeRoutes: ["/search"],
68+
},
69+
logLevel: 1,
70+
},
71+
],
5472
],
5573

5674
themes: [

0 commit comments

Comments
 (0)