Skip to content

Commit

Permalink
perf(mdmagic): reduce scope of mdmagic docs
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   scripts/generateDocs.js
  • Loading branch information
blackfalcon committed Jan 22, 2022
1 parent 1cc08d4 commit cac8a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ const callback = function(updatedContent, outputConfig) {
console.log(chalk.green('Finished compiling documentation.'));
}

const markdownPath = path.join(__dirname, '../**/*.md')
const markdownPath = path.join(__dirname, 'README.md')
markdownMagic(markdownPath, config, callback)

0 comments on commit cac8a84

Please sign in to comment.