Skip to content

Commit

Permalink
remove generated doc from repo and ignore (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
pflopez authored May 21, 2024
1 parent 3883e9e commit 1c32a11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 955 deletions.
2 changes: 1 addition & 1 deletion src/interface/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings

src/styleguide/generated/
# System files
.DS_Store
Thumbs.db
Expand Down
2 changes: 1 addition & 1 deletion src/interface/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Preview } from '@storybook/angular';
import { setCompodocJson } from '@storybook/addon-docs/angular';
import docJson from '../src/styleguide/docs/documentation.json';
import docJson from '../src/styleguide/generated/documentation.json';

setCompodocJson(docJson);

Expand Down
4 changes: 2 additions & 2 deletions src/interface/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"-e",
"json",
"-d",
"./src/styleguide/docs/"
"./src/styleguide/generated/"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
Expand All @@ -181,7 +181,7 @@
"-e",
"json",
"-d",
"./src/styleguide/docs/"
"./src/styleguide/generated/"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
Expand Down
Loading

0 comments on commit 1c32a11

Please sign in to comment.