diff --git a/docs-hub/vp-docs.js b/docs-hub/vp-docs.js index c0b9832..aa27c40 100644 --- a/docs-hub/vp-docs.js +++ b/docs-hub/vp-docs.js @@ -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);