mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Move generated documentation to docs/lint/
This commit is contained in:
@@ -28,7 +28,7 @@ function lazyEJS(path: string, data: object) {
|
||||
return templates.get(path)(data);
|
||||
}
|
||||
|
||||
const docsDir = join('lint', 'docs');
|
||||
const docsDir = join('docs', 'lint');
|
||||
const tsDir = join(docsDir, 'ts');
|
||||
const htmlDir = join(docsDir, 'html');
|
||||
|
||||
|
Reference in New Issue
Block a user