Skip to content

Commit

Permalink
Merge pull request #907 from OpenGeoscience/website-apidocs-link
Browse files Browse the repository at this point in the history
Add an API Docs link to the top bar of the website.
  • Loading branch information
manthey authored Aug 29, 2018
2 parents 6ed7e22 + 6af5302 commit 8cc705f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/themes/agency/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
<li class="<% if(path.indexOf('example')!==-1){ %> active <% } %>">
<a href="<%- page_url("examples") %>">Examples</a>
</li>
<li>
<a href="<%- page_url("apidocs") %>">API Docs</a>
</li>
<li>
<a href="https://github.com/OpenGeoscience/geojs">GitHub</a>
</li>
Expand Down

0 comments on commit 8cc705f

Please sign in to comment.