You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add LLMSteering component for hidden documentation instructions (#14744)
Introduces a new component that allows embedding hidden instructions for
LLM/AI assistants within documentation. These instructions are invisible
to users but preserved in HTML and markdown exports to help guide AI
tools when working with the documentation.
## Features
- Hidden from visual display with comprehensive CSS hiding
- Preserved in HTML for markdown conversion
- Clean blockquote formatting in exports
- Accessible via `<LLMSteering>` component in MDX
## Files Added
- `src/components/llmSteering.tsx` - The hidden markdown component
- `platform-includes/llm-steering/_default.mdx` - Default LLM steering
content
- `src/mdxComponents.ts` - Component registration
🤖 Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
0 commit comments