We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24c618 commit 8bd7e29Copy full SHA for 8bd7e29
1 file changed
contributor_docs/reference_generation_process.md
@@ -32,7 +32,7 @@ graph TD
32
convertDocsToMDX[[convertDocsToMDX]] --> contentReferenceMDX
33
contentReferenceMDX --> npmRunBuild[[npm run<br>build]]
34
35
- contentReferenceHTML["/dist/**/*.html"]@{shape: docs}
+ contentReferenceHTML["/dist/reference/**/*.html"]@{shape: docs}
36
37
npmRunBuild --> contentReferenceHTML
38
0 commit comments