Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirDeol committed Feb 5, 2025
1 parent ef16eee commit dd50170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generateOverviewDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function generateIndex(dir, output) {

// Check if README.md exists at the top level and append its contents
const readmePath = path.join(__dirname, '..', 'README.md');

if (fs.existsSync(readmePath)) {
const readmeContent = fs.readFileSync(readmePath, 'utf-8');
content += `\n\n${readmeContent}`;
Expand Down

0 comments on commit dd50170

Please sign in to comment.