File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
remote-content/remote-sources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ function convertTabsToDocusaurus(content) {
9292
9393 tabs . forEach ( tab => {
9494 const defaultAttr = tab . isDefault ? ' default' : '' ;
95- result += ` <TabItem value="${ tab . label . toLowerCase ( ) . replace ( / [ ^ a - z 0 - 9 ] / g, '-' ) } " label="${ tab . label } "${ defaultAttr } >\n\n` ;
95+ result += `<TabItem value="${ tab . label . toLowerCase ( ) . replace ( / [ ^ a - z 0 - 9 ] / g, '-' ) } " label="${ tab . label } "${ defaultAttr } >\n\n` ;
9696 result += `${ tab . content } \n\n` ;
97- result += ` </TabItem>\n` ;
97+ result += `</TabItem>\n` ;
9898 } ) ;
9999
100100 result += `</Tabs>` ;
@@ -283,4 +283,4 @@ export function getRepoTransform(org, name) {
283283
284284// Backward compatibility exports (deprecated - use transformRepo instead)
285285export const transformMainRepo = transformRepo ;
286- export const transformComponentRepo = transformRepo ;
286+ export const transformComponentRepo = transformRepo ;
You can’t perform that action at this time.
0 commit comments