docs: add AI / Agents community plugins sub-section#12035
Open
timothyjordan wants to merge 1 commit into
Open
Conversation
Add a new "### AI / Agents" sub-section under "## Community plugins" on the community resources page, surfacing plugins that make Docusaurus sites consumable by LLM agents. - Move `expose-markdown-docusaurus-plugin` and `docusaurus-plugin-copy-page-button` here from "### Features" so all agent-readability plugins live together. - Add `rachfop/docusaurus-plugin-llms` (llms.txt + llms-full.txt generator following the llmstxt.org standard). - Add `din0s/docusaurus-plugin-llms-txt` (concatenated-Markdown llms.txt generator). Closes a real discoverability gap: users currently have to dig through GitHub issues to find these plugins. Related: facebook#10899 (official llms.txt plugin proposal) and PR facebook#11972 which recently added the Copy Page Button to the same list. Assisted-by: Claude (claude-opus-4-7)
✅ [V2]Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-flight checklist
Motivation
Adds an
AI / Agentssub-section under## Community pluginsinwebsite/community/2-resources.mdxso users can find the growing set of plugins that make Docusaurus sites consumable by LLM agents without digging through GitHub issues.Today these plugins are scattered — two live at the bottom of
### Features(alongside unrelated bullets like image-zoom and PDF generation), the others aren't listed at all. Given the volume of community work in this space (multiple plugins, multiple production sites shipping their own implementations, the active proposal in #10899, and the recently merged #11972 adding the Copy Page Button), grouping them feels overdue.The new sub-section contains four plugins:
docusaurus-plugin-copy-page-button— moved up from### Features. Used by Ethereum, Sui, Monad, and Flare docs.docusaurus-plugin-llms(rachfop) — new. 125⭐, generatesllms.txt+llms-full.txtper llmstxt.org.docusaurus-plugin-llms-txt(din0s) — new. Concatenated-Markdown llms.txt generator.expose-markdown-docusaurus-plugin— moved up from### Features. Raw.mdURLs for LLM consumption.Happy to drop the moves and append the two new plugins to
### Featuresinstead if you'd rather not regroup — let me know.Test Plan
yarn install && yarn workspace website starthttp://localhost:3000/community/resources#ai-agentsoxfmt --check website/community/2-resources.mdxpasses (and runs automatically via lint-staged on commit).Test links
Deploy preview: will edit with the Netlify preview link once posted, anchor
#ai-agentson/community/resources.Related issues/PRs
docusaurus-plugin-llms-txt#10899 — open proposal for an officialdocusaurus-plugin-llms-txtin core; this PR is complementary, surfacing the community options that exist today.Assisted-by: Claude (claude-opus-4-7) — full PR is AI-assisted; commits include an `Assisted-by:` trailer for transparency, consistent with recent AI-assisted PRs in this repo (#12022, #12021).