Skip to content

Commit

Permalink
Add generate for component list
Browse files Browse the repository at this point in the history
  • Loading branch information
anant-writer committed May 27, 2024
1 parent cae618b commit e44b148
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/codegen/generator_components_pages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ export async function generate() {
fs.writeFileSync(componentPath, renderedPage);
});
}

generate();
6 changes: 6 additions & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
"docs/docs/custom-server",
"docs/docs/state-schema"
]
},
{
"group": "Component list",
"pages": [
"docs/docs/components/avatar"
]
}
],
"footerSocials": {
Expand Down

0 comments on commit e44b148

Please sign in to comment.