(content)
| 102 | } |
| 103 | |
| 104 | function removeGithubSpecificContent(content) { |
| 105 | const docLinkRegex = /<!--.*stripFromDocsSTART((.|\n)*?END.*-->)/g |
| 106 | return content.replace(docLinkRegex, '') |
| 107 | } |
| 108 | |
| 109 | syncDocs() |
nothing calls this directly
no outgoing calls
no test coverage detected