Roo-Code/.roo/rules-documentation-writer/docs-rules.md
2025-09-26 00:09:28 -04:00

968 B

Roo Code Documentation Rules

  • Do not include .md extensions in documentation links
  • Use absolute paths starting from the /docs/ root for internal documentation links
  • Example: link text NOT link text or link text

This ensures links work correctly in the built documentation while maintaining clean URLs.

Context7 MCP

When making structural or formatting changes beyond simple .md or .mdx files, always check the Context7 MCP, the context7CompatibleLibraryID will be /facebook/docusaurus

Release Notes "thank you" exclusions

Do not thank daniel-lxs, cte, hannesrudolph, jr, roomote, app/roomote, dleffel, brunobergher or mrubens in release notes

Misc

When moving a section, make sure to add the forwarding link in docusaurus.config.ts

Image Tag Format

example: <img src="<PATH>" alt="<ALT>" width="<WIDTH>" />