|
1 | | -import { Alert } from './components/alert'; |
2 | | -import { Arcade } from './components/arcade'; |
3 | | -import { Break } from './components/break'; |
4 | | -import { Card } from './components/card'; |
5 | | -import { CliChecksumTable } from './components/cliChecksumTable'; |
6 | | -import { CodeBlock } from './components/codeBlock'; |
7 | | -import { CodeTabs } from './components/codeTabs'; |
8 | | -import { CommunitySupportedPlatforms } from './components/communitySupportedPlatforms'; |
9 | | -import { ConfigKey } from './components/configKey'; |
10 | | -import { ConfigValue } from './components/configValue'; |
11 | | -import { CreateGitHubAppForm } from './components/createGitHubAppForm'; |
12 | | -import { DefinitionList } from './components/definitionList'; |
13 | | -import { DevDocsCardGrid } from './components/devDocsCardGrid'; |
| 1 | +import {Alert} from './components/alert'; |
| 2 | +import {Arcade} from './components/arcade'; |
| 3 | +import {Break} from './components/break'; |
| 4 | +import {Card} from './components/card'; |
| 5 | +import {CliChecksumTable} from './components/cliChecksumTable'; |
| 6 | +import {CodeBlock} from './components/codeBlock'; |
| 7 | +import {CodeTabs} from './components/codeTabs'; |
| 8 | +import {CommunitySupportedPlatforms} from './components/communitySupportedPlatforms'; |
| 9 | +import {ConfigKey} from './components/configKey'; |
| 10 | +import {ConfigValue} from './components/configValue'; |
| 11 | +import {CreateGitHubAppForm} from './components/createGitHubAppForm'; |
| 12 | +import {DefinitionList} from './components/definitionList'; |
| 13 | +import {DevDocsCardGrid} from './components/devDocsCardGrid'; |
14 | 14 | import DocImage from './components/docImage'; |
15 | | -import { Expandable } from './components/expandable'; |
16 | | -import { GuideGrid } from './components/guideGrid'; |
17 | | -import { JsBundleList } from './components/jsBundleList'; |
18 | | -import { LambdaLayerDetail } from './components/lambdaLayerDetail'; |
19 | | -import { LinkWithPlatformIcon } from './components/linkWithPlatformIcon'; |
20 | | -import { OnboardingOption, OnboardingOptionButtons } from './components/onboarding'; |
21 | | -import { OrgAuthTokenNote } from './components/orgAuthTokenNote'; |
22 | | -import { PageGrid } from './components/pageGrid'; |
23 | | -import { ParamTable } from './components/paramTable'; |
24 | | -import { PiiFields } from './components/piiFields'; |
25 | | -import { PlatformCategorySection } from './components/platformCategorySection'; |
26 | | -import { PlatformFilter } from './components/platformFilter'; |
27 | | -import { PlatformGrid } from './components/platformGrid'; |
28 | | -import { PlatformIdentifier } from './components/platformIdentifier'; |
29 | | -import { PlatformLink } from './components/platformLink'; |
30 | | -import { PlatformLinkWithLogo } from './components/platformLinkWithLogo'; |
31 | | -import { PlatformOrGuideName } from './components/platformOrGuideName'; |
32 | | -import { PlatformSdkPackageName } from './components/platformSdkPackageName'; |
33 | | -import { PlatformSection } from './components/platformSection'; |
34 | | -import { RelayMetrics } from './components/relayMetrics'; |
35 | | -import { SandboxLink } from './components/sandboxLink'; |
36 | | -import { SdkApi } from './components/sdkApi'; |
37 | | -import { SdkOption } from './components/sdkOption'; |
38 | | -import { SignInNote } from './components/signInNote'; |
39 | | -import { SmartLink } from './components/smartLink'; |
40 | | -import { TableOfContents } from './components/tableOfContents'; |
41 | | -import { VimeoEmbed } from './components/video'; |
42 | | -import { WindowsNodeEnvSetup } from './components/WindowsNodeEnvSetup'; |
| 15 | +import {Expandable} from './components/expandable'; |
| 16 | +import {GuideGrid} from './components/guideGrid'; |
| 17 | +import {JsBundleList} from './components/jsBundleList'; |
| 18 | +import {LambdaLayerDetail} from './components/lambdaLayerDetail'; |
| 19 | +import {LinkWithPlatformIcon} from './components/linkWithPlatformIcon'; |
| 20 | +import {OnboardingOption, OnboardingOptionButtons} from './components/onboarding'; |
| 21 | +import {OrgAuthTokenNote} from './components/orgAuthTokenNote'; |
| 22 | +import {PageGrid} from './components/pageGrid'; |
| 23 | +import {ParamTable} from './components/paramTable'; |
| 24 | +import {PiiFields} from './components/piiFields'; |
| 25 | +import {PlatformCategorySection} from './components/platformCategorySection'; |
| 26 | +import {PlatformFilter} from './components/platformFilter'; |
| 27 | +import {PlatformGrid} from './components/platformGrid'; |
| 28 | +import {PlatformIdentifier} from './components/platformIdentifier'; |
| 29 | +import {PlatformLink} from './components/platformLink'; |
| 30 | +import {PlatformLinkWithLogo} from './components/platformLinkWithLogo'; |
| 31 | +import {PlatformOrGuideName} from './components/platformOrGuideName'; |
| 32 | +import {PlatformSdkPackageName} from './components/platformSdkPackageName'; |
| 33 | +import {PlatformSection} from './components/platformSection'; |
| 34 | +import {RelayMetrics} from './components/relayMetrics'; |
| 35 | +import {SandboxLink} from './components/sandboxLink'; |
| 36 | +import {SdkApi} from './components/sdkApi'; |
| 37 | +import {SdkOption} from './components/sdkOption'; |
| 38 | +import {SignInNote} from './components/signInNote'; |
| 39 | +import {SmartLink} from './components/smartLink'; |
| 40 | +import {TableOfContents} from './components/tableOfContents'; |
| 41 | +import {VimeoEmbed} from './components/video'; |
| 42 | +import {WindowsNodeEnvSetup} from './components/WindowsNodeEnvSetup'; |
43 | 43 |
|
44 | 44 | export function mdxComponents( |
45 | 45 | dynamicComponents: any = {}, |
46 | | - wrapper: any = ({ children }) => children |
| 46 | + wrapper: any = ({children}) => children |
47 | 47 | ) { |
48 | 48 | return { |
49 | 49 | Alert, |
|
0 commit comments