Skip to content

Commit

Permalink
chore(docs): replace email with SO and GitHub links (#5583)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Aug 21, 2020
1 parent 36bcbb5 commit 51d95f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/app/@theme/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
</div>
<div class="section right">

<ng-container *ngIf="!isDocs">
Need some help? Let us know! <a (click)="trackEmailClick()" href="mailto:[email protected]">[email protected]</a>
</ng-container>

<iframe *ngIf="isDocs"
class="stars"
src="https://ghbtns.com/github-btn.html?user=akveo&repo=ngx-admin&type=star&count=true"
Expand Down
5 changes: 4 additions & 1 deletion docs/app/pages/docs/landing-docs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@

<div class="contact-us">
<h2>Need some help or found an issue?</h2>
<p>Contact us at <a href="mailto:[email protected]">[email protected]</a></p>
<p>
Ask on <a href="https://stackoverflow.com/questions/ask">Stack Overflow</a> with tag `ngx-admin` or
post an issue on <a href="https://github.com/akveo/ngx-admin/issues/new">GitHub</a>.
</p>
</div>
</nb-layout-column>
<nb-layout-footer>
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ And many more!
This documentation assumes that you are already familiar with JavaScript/TypeScript, Angular, CSS and Bootstrap.

## Have questions?
Didn't find something here? Look through the <a href="https://github.com/akveo/ngx-admin/issues" target="_blank">issues</a> or simply drop us a line at <a href="mailto:contact@akveo.com">[email protected]</a>.
Didn't find something here? Look through the <a href="https://github.com/akveo/ngx-admin/issues" target="_blank">issues</a> or ask on <a href="https://stackoverflow.com/questions/ask" target="_blank">Stack Overflow</a>.

0 comments on commit 51d95f5

Please sign in to comment.