-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Generate list of links with "Platform or SDK doesn't support this" #3107
Comments
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Enabling an SDK feature list to be a source of truth would also fix this issue. |
We'd still need to change all parts of the doc that reference some content without any guard for to whether there's code snippet for the generated platform or not. The original idea of this issue was to get a list of pages that we show on a platform for which we don't have a code snippet for it, so we could address it. |
Is there a legitimate usecase for showing this error on a page without guarding the surrounding content? If no I would lean towards cleaning up all existing platformcontent uses and making the build fail if this alert would make it into the output |
@bruno-garcia if you still feel like auditing this, here's a list of files that might need to be fixed
|
Opened a PR (#5752) to address .NET |
I created an issue for Cocoa #5783 |
Added an issue for UE #169 |
We display documentation by default which requires opting out, such
notSupported=platform
.This results in accidental additions such as User Feedback for Unity: #3100
This request is for a list of link that include such blocks:
The goal is to address them by properly rendering the page or the block conditionally to the platform supporting it.
The text was updated successfully, but these errors were encountered: