-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy path.roorules
More file actions
21 lines (14 loc) · 963 Bytes
/
.roorules
File metadata and controls
21 lines (14 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Roo Code Documentation Rules
## Documentation Links
- Do not include .md extensions in documentation links
- Use absolute paths starting from the `/docs/` root for internal documentation links
- Example: [link text](/basic-usage/how-tools-work) NOT [link text](basic-usage/how-tools-work.md) or [link text](../../basic-usage/how-tools-work)
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>" />`