feat: the whole docs structure
Co-authored-by: Raghunandan Balachandran <meetraghu28@gmail.com> Co-authored-by: Ben Lambert <ben@blam.sh>
This commit is contained in:
@@ -65,7 +65,12 @@ async function verifyFile(filePath) {
|
||||
async function main() {
|
||||
process.chdir(projectRoot);
|
||||
|
||||
const files = await recursive('.', ['node_modules', 'dist', 'bin']);
|
||||
const files = await recursive('.', [
|
||||
'node_modules',
|
||||
'dist',
|
||||
'bin',
|
||||
'microsite',
|
||||
]);
|
||||
const mdFiles = files.filter(f => f.endsWith('.md'));
|
||||
const badUrls = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user