Skip to content

Commit

Permalink
chore: Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Oct 27, 2024
1 parent 3bccf85 commit c7acec7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 611,457 deletions.
4 changes: 2 additions & 2 deletions scripts/generateDoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for (const [className, styles] of Object.entries(utilities)) {
markdownContent += '</table>\n';

// Write the markdown content to a file
fs.writeFile('supported-classes-x.md', markdownContent, (err) => {
fs.writeFile('supported-classes.md', markdownContent, (err) => {
if (err) throw err;
console.log('Markdown file has been generated: supported-classes.html');
console.log('Markdown file has been generated: supported-classes.md');
});
Loading

0 comments on commit c7acec7

Please sign in to comment.