Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dev/s2-docs/pages/react-aria/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you're building a full component library, download a pre-built [Storybook](ht

### Working with AI

Use the menu on each page in the docs to open or copy it into your favorite AI assistant. We also have an [MCP server](ai.html#mcp-server) which can be used directly in your IDE, [Agent Skills](ai.html#agent-skills) which can be installed in your project, and <Link href="llms.txt" target="_blank">llms.txt</Link> which can help AI agents navigate the docs.
Use the menu on each page in the docs to open or copy it into your favorite AI assistant. We also have an [MCP server](ai#mcp-server) which can be used directly in your IDE, [Agent Skills](ai#agent-skills) which can be installed in your project, and <Link href="llms.txt" target="_blank">llms.txt</Link> which can help AI agents navigate the docs.

## Build a component from scratch

Expand Down
3 changes: 1 addition & 2 deletions packages/dev/s2-docs/pages/s2/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ in a non-atomic format, making it easier to scan.
- This [sandbox](https://codesandbox.io/p/devbox/react-spectrum-s2-style-macro-template-h6fpsq) is preconfigured to support React Spectrum S2, React Aria Components, and
the `style` macros for quick prototyping.

- If you are using Cursor, we offer a set of [Cursor rules](https://github.com/adobe/react-spectrum/blob/main/rules/style-macro.mdc) to use when developing with style macros. Additionally,
we have MCP servers for [React Aria](ai.html#mcp-server) and [React Spectrum](ai.html#mcp-server) respectively that interface with the docs.
- See [Working with AI](ai) to learn how to install the MCP server or Agent Skills for your AI coding tools.

## FAQ

Expand Down