We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fb18e commit cf1a874Copy full SHA for cf1a874
src/components/sdkOption/index.tsx
@@ -25,12 +25,6 @@ export function SdkOption({
25
envVar,
26
categorySupported = [],
27
}: Props) {
28
- // This is a literal copypaste of the HTML Gatsby outputs for regular
29
- // Markdown headings because we can't figure out how to make Gatsby
30
- // render component content like regular markdown/MDX content. We tried
31
- // MDXRenderer but that one needs "compiled MDX" which we are unable to
32
- // obtain. We might get one if we inserted a graphql node somewhere but
33
- // who knows at this point.
34
35
const {showBrowserOnly, showServerLikeOnly} = getPlatformHints(categorySupported);
36
0 commit comments