-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(llm-exports): MDX template overrides and declarative page sections #16417
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
009d886
feat: improve LLM markdown exports with doctree-based titles and navi…
dcramer 66f6505
feat: add content override registry and LLM docs spec
dcramer e4cce2b
feat: MDX template overrides and declarative page sections for LLM ex…
dcramer c2b2eb3
fix: prevent dev MDX overrides from leaking into production builds
dcramer 081e2a9
fix: restructure index.md as sitemap, move curated content to platfor…
dcramer 61fa729
fix: remove duplicate Platforms heading in platforms.md
dcramer dbd34de
fix: remove self-referential link in platforms.md quick links
dcramer 17bbbcf
fix: warn when MDX overrides don't match any HTML file
dcramer f1830d2
[getsentry/action-github-commit] Auto commit
getsantry[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| title: "Sentry Developer Documentation" | ||
| append_sections: false | ||
| --- | ||
|
|
||
| <DocSectionList exclude={["_not-found"]} /> | ||
|
|
||
| ## Quick Links | ||
|
|
||
| - [Backend Development](/backend) - Backend service architecture | ||
| - [Frontend Development](/frontend) - Frontend development guide | ||
| - [SDK Development](/sdk) - SDK development documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| --- | ||
| title: "Sentry Documentation" | ||
| append_sections: false | ||
| --- | ||
|
|
||
| Sentry is a developer-first application monitoring platform that helps you identify and fix issues in real-time. It provides error tracking, performance monitoring, session replay, and more across all major platforms and frameworks. | ||
|
|
||
| ## Key Features | ||
|
|
||
| - **Error Monitoring**: Capture and diagnose errors with full stack traces, breadcrumbs, and context | ||
| - **Tracing**: Track requests across services to identify performance bottlenecks | ||
| - **Session Replay**: Watch real user sessions to understand what led to errors | ||
| - **Profiling**: Identify slow functions and optimize application performance | ||
| - **Crons**: Monitor scheduled jobs and detect failures | ||
| - **Logs**: Collect and analyze application logs in context | ||
|
|
||
| ## Platforms | ||
|
|
||
| <PlatformList /> | ||
|
|
||
| ## Frameworks | ||
|
|
||
| <FrameworkGroups /> | ||
|
|
||
| <SectionTree exclude={["platforms", "_not-found"]} /> | ||
|
|
||
| ## Quick Links | ||
|
|
||
| - [Platform SDKs](/platforms) - Install Sentry for your language/framework | ||
| - [API Reference](/api) - Programmatic access to Sentry | ||
| - [CLI](/cli) - Command-line interface for Sentry operations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: "Platforms" | ||
| append_sections: false | ||
| --- | ||
|
|
||
| Sentry provides official SDKs for all major platforms and frameworks. Choose your platform to get started with error monitoring, performance tracking, and more. | ||
|
|
||
| <PlatformList /> | ||
|
|
||
| ## Frameworks | ||
|
|
||
| <FrameworkGroups /> | ||
|
|
||
| ## Documentation | ||
|
|
||
| <DocSectionList exclude={["platforms", "_not-found"]} /> | ||
|
|
||
| ## Quick Links | ||
|
|
||
| - [Sentry Documentation](/) - Main documentation index | ||
| - [API Reference](/api) - Programmatic access to Sentry | ||
| - [CLI](/cli) - Command-line interface for Sentry operations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.