We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeadc1a commit 9200cd1Copy full SHA for 9200cd1
src/generators/legacy-json/utils/buildSection.mjs
@@ -200,7 +200,7 @@ export const createSectionBuilder = () => {
200
api: head.api,
201
path: head.path,
202
// TODO(@avivkeller): This should be configurable
203
- source: `doc/api/${head.path}.md`,
+ source: `doc/api${head.path}.md`,
204
};
205
206
buildHierarchy(entries).forEach(entry => handleEntry(entry, rootModule));
0 commit comments