-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add LLMSteering component for hidden LLM markdown instructions #14744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Revised critical guidelines for implementing Sentry with LLMs, emphasizing the necessity of user permission before executing examples from documentation and additional integrations. Enhanced clarity on the implementation of Breadcrumbs, reinforcing that it should only occur upon explicit user request.
Bundle ReportChanges will increase total bundle size by 5.63kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
Files in
App Routes Affected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
…com/getsentry/sentry-docs into feat/llmsteering-hidden-markdown-v2 * 'feat/llmsteering-hidden-markdown-v2' of https://github.com/getsentry/sentry-docs: [getsentry/action-github-commit] Auto commit
…om/getsentry/sentry-docs into feat/python-docs-improvement-clean * 'feat/python-docs-improvement-clean' of https://github.com/getsentry/sentry-docs: docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641)
…om/getsentry/sentry-docs into feat/nextjs-centralized-flow-clean * 'feat/nextjs-centralized-flow-clean' of https://github.com/getsentry/sentry-docs: Fix reference to span in processOrderBatch function (#14741) chore(java): Add docs on how to use tracePropagationTargets (#14752) docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641)
* 'master' of https://github.com/getsentry/sentry-docs: (72 commits) docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641) feat(logs): Remove beta note from logs docs (#14686) First pass at logs quota doc (#14671) docs(aws): Remove manual setup steps for ESM (#14738) Android Logs docs without Errors / Breadcrumbs distractions (#14733) chore(Unity): Dropped 2019 relevant section from Known Limitations (#14735) feat: Added Unity `UserFeedback` Prefab (#14667) chore(Unity): Added Mono & Line Numbers to Known Limitations (#14736) docs(js): Fix Next.js client tracing config (#14734) chore: Updated known limitation in Unity with Cysharp (#14666) feat(Unity ): Added `APK+OBB` initialization to troubleshooting (#14668) Codecov copy & screenshot edits (#14659) fix(cloudflare): Remove unused instrument.mjs from hono on cloudflare (#14723) update advanced scrubbing doc - adding logs section (#14696) fixing some errors from nextjs-source-map-updates branch (#14467) ...
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
<LLMSteering>
component in MDXFiles Added
src/components/llmSteering.tsx
- The hidden markdown componentplatform-includes/llm-steering/_default.mdx
- Default LLM steering contentsrc/mdxComponents.ts
- Component registration🤖 Generated with Claude Code