Use when looking up the latest Docusaurus documentation at https://docusaurus.io/docs — retrieving config option references, plugin/preset APIs, MDX and markdown-feature syntax, sidebar and routing setup, theming, and deployment instructions. Triggers on tasks involving Docusaurus APIs, markdown/MDX features, configuration options, sidebars, or best practices.
75
94%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
When the user asks about Docusaurus features, configuration, or best practices, use the WebFetch tool to look up information from the official Docusaurus documentation. Fetch the page closest to the topic, then read the answer out of the returned content.
// Concrete example: confirm how to set the default sidebar collapse behaviour
WebFetch({
url: "https://docusaurus.io/docs/sidebar",
prompt: "How do I make all sidebar categories collapsed by default? Quote the exact config option and where it goes."
})URLs change between Docusaurus versions, so a guessed path may 404 or land on the wrong page. If that happens:
https://docusaurus.io/docs and look for the right link in its navigation.https://docusaurus.io/search?q=<keywords> to locate the page by keyword.https://docusaurus.io/docs/3.x/<path>.Don't answer from memory when a fetch fails — say which paths you tried and what you couldn't confirm.
When users ask about docusaurus.config.js settings, theming, or plugins:
For markdown features, MDX, or content creation: