Skip to content

Commit

Permalink
AUS-4085 Add user guide source and links to PDF in github
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Dec 18, 2023
1 parent 926de25 commit 174991a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added docs/src/AuScopeUserGuide.docx
Binary file not shown.
4 changes: 2 additions & 2 deletions src/app/toppanel/help-menu/help-menu.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<button mat-button [matMenuTriggerFor]="helpMenu" class="help-menu" title="Help and information"><em class="fa fa-2x fa-info-circle"></em><em class="fa fa-caret-down" style="margin-left:5px;"></em></button>
<mat-menu #helpMenu="matMenu" style="margin-top: 12px;">
<h5 mat-menu-item><a href="http://www.auscope.org.au/" target="href:blank"><em class="ti-home menu-icon"></em><span>&nbsp;About</span></a></h5>
<h5 mat-menu-item><a href="https://confluence.csiro.au/display/AusGRID/AuScope+Portal+User+Guide" target="href:blank"><em class="ti-info-alt menu-icon"></em><span>&nbsp;User Guide</span></a></h5>
<h5 mat-menu-item><a href="https://github.com/AuScope/AuScope-Portal-UI/raw/master/docs/AuScopeUserGuide.pdf" target="href:blank"><em class="ti-info-alt menu-icon"></em><span>&nbsp;User Guide</span></a></h5>
<h5 mat-menu-item><a href="mailto:cg-admin@csiro.au?Subject=Auscope-portal" target="href:blank"><em class="ti-email menu-icon"></em><span>&nbsp;Contact us</span></a></h5>
</mat-menu>
</mat-menu>

0 comments on commit 174991a

Please sign in to comment.