-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(apple): Update platform titles for Apple OS pages #15015
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
fix(apple): Update platform titles for Apple OS pages #15015
Conversation
Co-authored-by: phil.niedertscheider <phil.niedertscheider@sentry.io>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bundle ReportChanges will decrease total bundle size by 1.21kB (-0.01%) ⬇️. This is within the configured threshold ✅ Detailed changes
ℹ️ *Bundle size includes cached data from a previous commit Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
App Routes Affected:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
This commit updates the Apple platform documentation to improve clarity and consistency across different platforms. It refactors the content to use a more standardized structure and includes updated code examples and feature descriptions. Co-authored-by: phil.niedertscheider <phil.niedertscheider@sentry.io>
…orm-titles-for-apple-os-pages-2bd0
sfanahata
left a comment
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.
@philprime - looks good. I added a missing iOS header for the iOS page (I think it was left out because the root index is built from the new includes file), and added descriptions to each page, which helps with SEO.
philipphofmann
left a comment
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.
LGTM, with a few comments. Thanks
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
|
@sfanahata I changed it so that the common page also uses the includes. To me it looks fine now, please double-check |
sfanahata
left a comment
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! Let's 🚢
DESCRIBE YOUR PR
This PR creates individual
index.mdxfiles for the watchOS, macOS, tvOS, and visionOS platform root pages. Previously, these pages were inheriting from a commonindex.mdxfile, which resulted in all of them incorrectly displaying "iOS" as their title.By adding specific
index.mdxfiles with the correct frontmatter title for each platform, their respective root pages will now display the accurate platform name (e.g., "watchOS" for watchOS). This addresses the issue raised in the Slack thread.IS YOUR CHANGE URGENT?
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
LEGAL BOILERPLATE
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
EXTRA RESOURCES
Slack Thread