Skip to content

docs: add AI / Agents community plugins sub-section#12035

Merged
slorber merged 2 commits into
facebook:mainfrom
timothyjordan:docs/agent-readability-plugins-section
May 28, 2026
Merged

docs: add AI / Agents community plugins sub-section#12035
slorber merged 2 commits into
facebook:mainfrom
timothyjordan:docs/agent-readability-plugins-section

Conversation

@timothyjordan
Copy link
Copy Markdown
Contributor

Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

Docs-only change (no code, no API), so the unit-test and RFC-issue boxes are checked as "not applicable."

Motivation

Adds an AI / Agents sub-section under ## Community plugins in website/community/2-resources.mdx so 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⭐, generates llms.txt + llms-full.txt per llmstxt.org.
  • docusaurus-plugin-llms-txt (din0s) — new. Concatenated-Markdown llms.txt generator.
  • expose-markdown-docusaurus-plugin — moved up from ### Features. Raw .md URLs for LLM consumption.

Happy to drop the moves and append the two new plugins to ### Features instead if you'd rather not regroup — let me know.

Test Plan

  • yarn install && yarn workspace website start
  • Open http://localhost:3000/community/resources#ai-agents
  • Verify the new sub-section renders between Integrations and Features
  • Verify all four GitHub links resolve

oxfmt --check website/community/2-resources.mdx passes (and runs automatically via lint-staged on commit).

Test links

Deploy preview: will edit with the Netlify preview link once posted, anchor #ai-agents on /community/resources.

Related issues/PRs


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).

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)
@meta-cla meta-cla Bot added the CLA Signed Signed Facebook CLA label May 18, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 18, 2026

[V2]

Name Link
🔨 Latest commit 1580980
🔍 Latest deploy log https://app.netlify.com/projects/docusaurus-2/deploys/6a18081455655600089c5e4b
😎 Deploy Preview https://deploy-preview-12035--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Collaborator

@slorber slorber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok to do it thanks

@slorber slorber merged commit 99c26cd into facebook:main May 28, 2026
14 of 15 checks passed
@slorber slorber added the pr: ignore This PR is not meaningful enough to appear in the changelog. label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Signed Facebook CLA pr: ignore This PR is not meaningful enough to appear in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants