Skip to content

Commit

Permalink
IN-4312 adjust doc path (#1547)
Browse files Browse the repository at this point in the history
Co-authored-by: krystian wlodarski <[email protected]>
  • Loading branch information
Olbix and krystian wlodarski authored Oct 8, 2024
1 parent fb2d045 commit ead7869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateGraphQlApiDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function findQueriesInFolder(folderPath: string, fragmentFolderPaths: string[],
}

const apiFolderPath = path.join(__dirname, "../packages/api-client/src/api");
const markdownFile = path.join(__dirname, "../docs/content/5.api/magento-graphql-queries.md");
const markdownFile = path.join(__dirname, "../docs/content/4.advanced/graphql-queries.md");

if (fs.existsSync(markdownFile)) {
fs.unlinkSync(markdownFile);
Expand Down

0 comments on commit ead7869

Please sign in to comment.