Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 5 additions & 1 deletion docusaurus/docs/cms/ai/for-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,15 @@ The [Model Context Protocol (MCP)](https://modelcontextprotocol.io) is an open s
<CustomDocCard icon="book-open" title="Docs MCP server" description="Connect the Strapi documentation to your IDE for up-to-date, reliable information." link="/cms/ai/docs-mcp-server" />
</CustomDocCardsWrapper>

## Tips for better results {#tips}
### Tips for better results with the Docs MCP server {#tips}

The following tips will help you fine-tune your prompts to get the best results:
- Use the [Docs MCP server](/cms/ai/docs-mcp-server) in your IDE for the fastest developer experience. For docs-related questions, prefix your prompt with `Use the strapi-docs MCP server to answer:` so the tool queries docs.strapi.io instead of using potentially outdated training data.
- Include the page URL so the assistant grounds its answer in the right context.
- Mention your Strapi version (e.g., Strapi 5) to avoid outdated suggestions.
- Pair code examples with their source page when sharing snippets from `llms-code.txt`.
- Prefer documented APIs over private internals when asking for code generation.

## Inki {#inki}

[Inki](https://github.com/strapi/documentation/tree/main/claude-plugins/inki) is a Claude Code plugin that makes contributing to the Strapi documentation easier. It bundles the skills, prompts, templates, and editorial rules the docs team uses to research where new content belongs, draft it from the right template, review it against the style guide and verify its code examples, then open a pull request. You can install it from this repository's marketplace and run the whole workflow, or any single step, from Claude Code.
2 changes: 2 additions & 0 deletions docusaurus/docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ We gave the Strapi documentation a fresh new look and a set of features designed
You can also point tools at the aggregated [llms.txt](/llms.txt), [llms-full.txt](/llms-full.txt), and [llms-code.txt](/llms-code.txt) files.

<Icon name="chat-circle-dots" /> **Page feedback widget.** Tell us what works and what does not, directly from the docs. You can leave general feedback using the widget at the bottom of each page, or select some text or code and click the floating **Leave feedback** button to send specific feedback about that content. Your input goes straight to the docs team.

<Icon name="pen-nib" /> **Contribute with Inki, our docs plugin for Claude Code.** [Inki](https://github.com/strapi/documentation/tree/main/claude-plugins/inki) is a Claude Code plugin that bundles the skills, prompts, templates, and editorial rules the Strapi docs team uses to research, write, review, and submit documentation. It helps you find where new content belongs, draft it from the right template, check it against our style guide and verify code examples, then open a pull request. You can install it from this repository's marketplace and run the whole workflow, or any single step, from Claude Code.
Loading