Skip to content

Commit

Permalink
chore: re-added api folder to the subFolderExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Oct 24, 2024
1 parent fe55f9b commit 7e8845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-hub/vp-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const configPath = path.join(srcFolderPath, "../.vitepress/config.ts");

const configFile = fs.readFileSync(configPath, "utf8");

const subFolderExceptions = ["guide"];
const subFolderExceptions = ["guide", "api"];

function main() {
checkForIndexFile(srcFolderPath);
Expand Down

0 comments on commit 7e8845b

Please # to comment.