Change readme generate template.
This commit is contained in:
parent
123d10b167
commit
19fd6871ae
2
.github/readme-generate.js
vendored
2
.github/readme-generate.js
vendored
|
@ -138,7 +138,7 @@ async function getAllMarkdown(path) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function inlineTemplate(file, path) {
|
function inlineTemplate(file, path) {
|
||||||
return `* [${file.replace('.md', '')}](${path}/${file})\n`;
|
return `- [${file.replace('.md', '')}](${path}/${file})\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function categoryTemplate(title, inlineStr) {
|
function categoryTemplate(title, inlineStr) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user