Skip to content

Commit 9cc3ccb

Browse files
committed
fix(docs): excluded some folders for compodoc builds
1 parent 72151a8 commit 9cc3ccb

File tree

17 files changed

+693
-10444
lines changed

17 files changed

+693
-10444
lines changed

PLAYBOOK.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ ng g component containers/ledDemo --project=experiments --dry-run
389389

390390
#### Workspace Schematics
391391
```bash
392-
# generate workspace-schematic `ngxs`
393-
ng g workspace-schematic ngxs
394-
# run workspace-schematic `ngxs`
395-
npm run workspace-schematic ngxs models/sumo -- --type=model --project=grid --dry-run
392+
# generate workspace-schematic `store`
393+
ng g workspace-schematic store
394+
# run workspace-schematic `store`
395+
npm run workspace-schematic store models/sumo -- --type=model --project=grid --dry-run
396396
```
397397

398398
### Install

docs/coverage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7029,13 +7029,13 @@
70297029
<tr class="low">
70307030
<td>
70317031
<!-- miscellaneous -->
7032-
<a href=".//functions.html#ngxs">tools/schematics/ngxs/index.ts</a>
7032+
<a href=".//functions.html#store">tools/schematics/store/index.ts</a>
70337033
</td>
70347034
<td>
70357035
function
70367036
</td>
70377037
<td>
7038-
ngxs
7038+
store
70397039
</td>
70407040
<td align="right" data-sort="0">
70417041
<span class="coverage-percent">0 %</span>

docs/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/miscellaneous/functions.html

Lines changed: 42 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ <h3 id="index">Index</h3>
101101
<li>
102102
<a href="#mergeSort" title="libs/tree/src/lib/merge-sort.ts"><b>mergeSort</b>&nbsp;&nbsp;&nbsp;(libs/.../merge-sort.ts)</a>
103103
</li>
104-
<li>
105-
<a href="#ngxs" title="tools/schematics/ngxs/index.ts"><b>ngxs</b>&nbsp;&nbsp;&nbsp;(tools/.../index.ts)</a>
106-
</li>
107104
<li>
108105
<a href="#noop" title="libs/core/src/lib/core.module.ts"><b>noop</b>&nbsp;&nbsp;&nbsp;(libs/.../core.module.ts)</a>
109106
</li>
110107
<li>
111108
<a href="#noop" title="libs/socketio-plugin/src/lib/symbols.ts"><b>noop</b>&nbsp;&nbsp;&nbsp;(libs/.../symbols.ts)</a>
112109
</li>
110+
<li>
111+
<a href="#store" title="tools/schematics/store/index.ts"><b>store</b>&nbsp;&nbsp;&nbsp;(tools/.../index.ts)</a>
112+
</li>
113113
<li>
114114
<a href="#toHexString" title="apps/api/src/core/entities/toHexString.ts"><b>toHexString</b>&nbsp;&nbsp;&nbsp;(apps/.../toHexString.ts)</a>
115115
</li>
@@ -788,24 +788,51 @@ <h3></h3> <table class="table table-sm table-bordered">
788788
</tbody>
789789
</table>
790790
</section>
791-
<h3>tools/schematics/ngxs/index.ts</h3>
791+
<h3>libs/core/src/lib/core.module.ts</h3>
792792
<section>
793793
<h3></h3> <table class="table table-sm table-bordered">
794794
<tbody>
795795
<tr>
796796
<td class="col-md-4">
797-
<a name="ngxs"></a>
797+
<a name="noop"></a>
798798
<span class="name">
799799
<b>
800-
ngxs
800+
noop
801801
</b>
802-
<a href="#ngxs"><span class="icon ion-ios-link"></span></a>
802+
<a href="#noop"><span class="icon ion-ios-link"></span></a>
803803
</span>
804804
</td>
805805
</tr>
806806
<tr>
807807
<td class="col-md-4">
808-
<code>ngxs(schema: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
808+
<code>noop()</code>
809+
</td>
810+
</tr>
811+
812+
813+
814+
815+
</tbody>
816+
</table>
817+
</section>
818+
<h3>libs/socketio-plugin/src/lib/symbols.ts</h3>
819+
<section>
820+
<h3></h3> <table class="table table-sm table-bordered">
821+
<tbody>
822+
<tr>
823+
<td class="col-md-4">
824+
<a name="noop"></a>
825+
<span class="name">
826+
<b>
827+
noop
828+
</b>
829+
<a href="#noop"><span class="icon ion-ios-link"></span></a>
830+
</span>
831+
</td>
832+
</tr>
833+
<tr>
834+
<td class="col-md-4">
835+
<code>noop(arg: )</code>
809836
</td>
810837
</tr>
811838

@@ -821,16 +848,12 @@ <h3></h3> <table class="table table-sm table-bordered">
821848
<thead>
822849
<tr>
823850
<td>Name</td>
824-
<td>Type</td>
825851
<td>Optional</td>
826852
</tr>
827853
</thead>
828854
<tbody>
829855
<tr>
830-
<td>schema</td>
831-
<td>
832-
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
833-
</td>
856+
<td>arg</td>
834857

835858
<td>
836859
No
@@ -848,51 +871,24 @@ <h3></h3> <table class="table table-sm table-bordered">
848871
</tbody>
849872
</table>
850873
</section>
851-
<h3>libs/core/src/lib/core.module.ts</h3>
874+
<h3>tools/schematics/store/index.ts</h3>
852875
<section>
853876
<h3></h3> <table class="table table-sm table-bordered">
854877
<tbody>
855878
<tr>
856879
<td class="col-md-4">
857-
<a name="noop"></a>
880+
<a name="store"></a>
858881
<span class="name">
859882
<b>
860-
noop
883+
store
861884
</b>
862-
<a href="#noop"><span class="icon ion-ios-link"></span></a>
885+
<a href="#store"><span class="icon ion-ios-link"></span></a>
863886
</span>
864887
</td>
865888
</tr>
866889
<tr>
867890
<td class="col-md-4">
868-
<code>noop()</code>
869-
</td>
870-
</tr>
871-
872-
873-
874-
875-
</tbody>
876-
</table>
877-
</section>
878-
<h3>libs/socketio-plugin/src/lib/symbols.ts</h3>
879-
<section>
880-
<h3></h3> <table class="table table-sm table-bordered">
881-
<tbody>
882-
<tr>
883-
<td class="col-md-4">
884-
<a name="noop"></a>
885-
<span class="name">
886-
<b>
887-
noop
888-
</b>
889-
<a href="#noop"><span class="icon ion-ios-link"></span></a>
890-
</span>
891-
</td>
892-
</tr>
893-
<tr>
894-
<td class="col-md-4">
895-
<code>noop(arg: )</code>
891+
<code>store(options: undefined)</code>
896892
</td>
897893
</tr>
898894

@@ -913,7 +909,7 @@ <h3></h3> <table class="table table-sm table-bordered">
913909
</thead>
914910
<tbody>
915911
<tr>
916-
<td>arg</td>
912+
<td>options</td>
917913

918914
<td>
919915
No

0 commit comments

Comments
 (0)