Add externalTypeToLink to docJson
This commit is contained in:
		@@ -205,6 +205,7 @@ export async function generateAndUploadDocsAsync(packageName: string, isStaging:
 | 
				
			|||||||
        metadata: {
 | 
					        metadata: {
 | 
				
			||||||
            exportPathToTypedocNames,
 | 
					            exportPathToTypedocNames,
 | 
				
			||||||
            exportPathOrder,
 | 
					            exportPathOrder,
 | 
				
			||||||
 | 
					            externalTypeToLink: EXTERNAL_TYPE_TO_LINK,
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        typedocJson: finalTypeDocOutput,
 | 
					        typedocJson: finalTypeDocOutput,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user