()
| 12 | const { docsRootDir, libsRootDir, pages } = options; |
| 13 | |
| 14 | function clean() { |
| 15 | fs.rmSync(docsRootDir, { recursive: true, force: true }); |
| 16 | } |
| 17 | |
| 18 | function createCategory(label, dir = '.') { |
| 19 | const categoryJSON = JSON.stringify({ label }, undefined, 2); |
no outgoing calls
no test coverage detected
searching dependent graphs…