Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9ca685b

Browse files
chore(doc-gen): add path of project to the doc gen config
1 parent 1b74e5e commit 9ca685b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ module.exports = function(config) {
1818

1919
config = basePackage(config);
2020

21+
config.set('source.projectPath', path.resolve(basePath, '..'));
22+
2123
config.set('source.files', [
2224
{ pattern: 'src/**/*.js', basePath: path.resolve(basePath,'..') },
2325
{ pattern: '**/*.ngdoc', basePath: path.resolve(basePath, 'content') }

0 commit comments

Comments
 (0)