chore: generate
This commit is contained in:
parent
889e0f9545
commit
a41f774cad
7 changed files with 47 additions and 24 deletions
|
|
@ -108,13 +108,15 @@ export const layer = Layer.effect(
|
|||
? path.basename(filepath, ".md")
|
||||
: undefined
|
||||
if (!name) continue
|
||||
skills.push(new Info({
|
||||
name,
|
||||
description: frontmatter.description,
|
||||
slash: frontmatter.slash,
|
||||
location: AbsolutePath.make(filepath),
|
||||
content: markdown.content,
|
||||
}))
|
||||
skills.push(
|
||||
new Info({
|
||||
name,
|
||||
description: frontmatter.description,
|
||||
slash: frontmatter.slash,
|
||||
location: AbsolutePath.make(filepath),
|
||||
content: markdown.content,
|
||||
}),
|
||||
)
|
||||
}
|
||||
}
|
||||
return skills
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue