Skip to content

Commit fcd0eac

Browse files
authored
Merge pull request #12635 from IgniteUI/simeonoff/fix-12634
fix(themes): scoped typography doesn't update component type categories
2 parents b838604 + 1d1ce73 commit fcd0eac

File tree

6 files changed

+184
-185
lines changed

6 files changed

+184
-185
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const STYLES = {
3434
const DOCS_OUTPUT_PATH = slash(path.join(__dirname, 'dist', 'igniteui-angular', 'docs'));
3535

3636
const TYPEDOC_THEME = {
37-
SRC: slash(path.join(__dirname, 'node_modules', 'igniteui-typedoc-theme', 'src')),
37+
SRC: slash(path.join(__dirname, 'node_modules', 'ig-typedoc-theme', 'dist')),
3838
OUTPUT: slash(path.join(DOCS_OUTPUT_PATH, 'typescript'))
3939
};
4040

0 commit comments

Comments
 (0)