react-native-windows-samples icon indicating copy to clipboard operation
react-native-windows-samples copied to clipboard

Fix "fix-unbroken" script

Open NickGerleman opened this issue 4 years ago • 3 comments

@jonthysell might know. I don't think the new exclusions fix-unbroken is adding are right, as there are missing ones. You can delete those and just add !versioned_docs/version-0.64/*-api-windows*.md for the time being but we should fix fix-unbroken : )

Originally posted by @asklar in https://github.com/microsoft/react-native-windows-samples/issues/409#issuecomment-799825843

NickGerleman avatar Mar 15 '21 23:03 NickGerleman

fix-unbroken doesn't understand when files have different names than their ids, which is the case with all of the api docs.

jonthysell avatar Mar 16 '21 00:03 jonthysell

There were a couple of other exclusions I needed to manually.

NickGerleman avatar Mar 16 '21 01:03 NickGerleman

Right, those files are referring to api docs files by ID.

jonthysell avatar Mar 16 '21 21:03 jonthysell