Skip to content

Commit

Permalink
Merge pull request #158 from Chris3444/master
Browse files Browse the repository at this point in the history
updates and fix compodoc build
  • Loading branch information
Chris3444 authored Apr 25, 2023
2 parents 870f2d8 + 2f251f3 commit 0356dc2
Show file tree
Hide file tree
Showing 10 changed files with 530 additions and 547 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/compodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Build doc
run: npm run compodoc
- name: Archive www Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: documentation
path: documentation
Expand All @@ -51,13 +51,15 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Download Artifact
uses: actions/download-artifact@master
uses: actions/download-artifact@v2
with:
name: documentation
path: documentation
- name: Deploy to github pages
uses: JamesIves/github-pages-deploy-action@3.6.2
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.COMPODOC_GITHUB_PAGES_TOKEN }}
BRANCH: angular-docu # The branch the action should deploy to.
Expand Down
248 changes: 124 additions & 124 deletions documentation/graph/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
263 changes: 127 additions & 136 deletions documentation/interfaces/DialogData-1.html

Large diffs are not rendered by default.

263 changes: 136 additions & 127 deletions documentation/interfaces/DialogData.html

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions documentation/js/menu-wc.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,25 +174,6 @@ customElements.define('compodoc-menu', class extends HTMLElement {
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse" ${ isNormalMode ? 'data-target="#components-links"' :
'data-target="#xs-components-links"' }>
<span class="icon ion-md-cog"></span>
<span>Components</span>
<span class="icon ion-ios-arrow-down"></span>
</div>
<ul class="links collapse " ${ isNormalMode ? 'id="components-links"' : 'id="xs-components-links"' }>
<li class="link">
<a href="components/BarDiagramBothComponent.html" data-type="entity-link" >BarDiagramBothComponent</a>
</li>
<li class="link">
<a href="components/BarDiagramCompareComponent.html" data-type="entity-link" >BarDiagramCompareComponent</a>
</li>
<li class="link">
<a href="components/CalculationSelectCompareComponent.html" data-type="entity-link" >CalculationSelectCompareComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse" ${ isNormalMode ? 'data-target="#classes-links"' :
'data-target="#xs-classes-links"' }>
Expand Down
2 changes: 1 addition & 1 deletion documentation/js/menu-wc_es5.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions documentation/js/search/search_index.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions documentation/miscellaneous/typealiases.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ <h3 id="index">Index</h3>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#DialogDataType" title="src/app/calculation-diagram/calculation-diagram.component.ts" ><b>DialogDataType</b>&nbsp;&nbsp;&nbsp;(src/.../calculation-diagram.component.ts)</a>
<a href="#DialogDataType" title="src/app/calculation-diagram-compare/calculation-diagram-compare.component.ts" ><b>DialogDataType</b>&nbsp;&nbsp;&nbsp;(src/.../calculation-diagram-compare.component.ts)</a>
</li>
<li>
<a href="#DialogDataType" title="src/app/calculation-diagram-compare/calculation-diagram-compare.component.ts" ><b>DialogDataType</b>&nbsp;&nbsp;&nbsp;(src/.../calculation-diagram-compare.component.ts)</a>
<a href="#DialogDataType" title="src/app/calculation-diagram/calculation-diagram.component.ts" ><b>DialogDataType</b>&nbsp;&nbsp;&nbsp;(src/.../calculation-diagram.component.ts)</a>
</li>
</ul>
</td>
Expand All @@ -73,7 +73,7 @@ <h3 id="index">Index</h3>
</table>
</section>

<h3>src/app/calculation-diagram/calculation-diagram.component.ts</h3>
<h3>src/app/calculation-diagram-compare/calculation-diagram-compare.component.ts</h3>
<section>
<table class="table table-sm table-bordered">
<tbody>
Expand All @@ -85,20 +85,19 @@ <h3>src/app/calculation-diagram/calculation-diagram.component.ts</h3>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description"><p>This is a type alias for a string. It is used to define the type of the dialog that
should be opened.</p>
<div class="io-description"><p>Dialog data type defined</p>
</div>
</td>
</tr>
<tr>
<td class="col-md-4">
<code> <code>&quot;bar&quot; | &quot;pie&quot;</code>
<code> <code>&quot;bar-both&quot; | &quot;bar-compare&quot;</code>
</code>
</td>
</tr>
</tbody>
</table>
</section> <h3>src/app/calculation-diagram-compare/calculation-diagram-compare.component.ts</h3>
</section> <h3>src/app/calculation-diagram/calculation-diagram.component.ts</h3>
<section>
<table class="table table-sm table-bordered">
<tbody>
Expand All @@ -110,13 +109,14 @@ <h3>src/app/calculation-diagram/calculation-diagram.component.ts</h3>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description"><p>Dialog data type defined</p>
<div class="io-description"><p>This is a type alias for a string. It is used to define the type of the dialog that
should be opened.</p>
</div>
</td>
</tr>
<tr>
<td class="col-md-4">
<code> <code>&quot;bar-both&quot; | &quot;bar-compare&quot;</code>
<code> <code>&quot;bar&quot; | &quot;pie&quot;</code>
</code>
</td>
</tr>
Expand Down
Loading

0 comments on commit 0356dc2

Please sign in to comment.