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:
Ivan Shmidt
2020-08-12 15:20:20 +02:00
parent 0867d3dc30
commit 882728ae1d
67 changed files with 352 additions and 179 deletions
+6 -1
View File
@@ -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 = [];