update requirements,
This commit is contained in:
@@ -36,8 +36,8 @@ async function updateIndex() {
|
||||
const heading = extractH1(content);
|
||||
|
||||
if (heading) {
|
||||
indexContent += `## ${dir}: ${heading}\n\n`;
|
||||
indexContent += `[View Requirement](./${dir}/${file})\n\n`;
|
||||
indexContent += `- [${dir}: ${heading}](./${dir}/${file})\n`;
|
||||
// indexContent += `[View Requirement](./${dir}/${file})\n\n`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user