Skip to content

Commit 7f26932

Browse files
authored
Merge pull request #258 from IvanPayan/feature/add-api-docs
Added api docs link
2 parents 9d98933 + 12ae692 commit 7f26932

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/components/layout/footer/footer.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<a href="https://www.skycoin.net/team">Team</a>
1212
<a href="https://www.skycoin.net/blog">Blog</a>
1313
<a href="/" class="active">Explorer</a>
14+
<a href="https://explorer.skycoin.net/api.html">API docs</a>
1415
</div>
1516
</div>
1617
<div class="footer-second-row">

src/app/components/layout/header/header.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<a href="https://www.skycoin.net/team" class="nav-link">Team</a>
1919
<a href="https://www.skycoin.net/blog" class="nav-link">Blog</a>
2020
<a href="/" class="nav-link active">Explorer</a>
21+
<a href="https://explorer.skycoin.net/api.html" class="nav-link">API docs</a>
2122
</div>
2223
<div class="nav-group mobile">
2324
<a href="https://t.me/Skycoin" target="_blank" class="nav-link">

0 commit comments

Comments
 (0)