We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ea0d8 commit 1e332beCopy full SHA for 1e332be
src/cmds/docs/index.js
@@ -121,7 +121,7 @@ exports.run = async function (opts) {
121
files.map(async filename => {
122
const file = await readFile(path.join(folder, filename), 'utf8');
123
const matter = frontMatter(file);
124
-
+
125
// Stripping the subdirectories and markdown extension from the filename and lowercasing to get the default slug.
126
const slug = path.basename(filename).replace(path.extname(filename), '').toLowerCase();
127
const hash = crypto.createHash('sha1').update(file).digest('hex');
0 commit comments