Skip to content

Commit

Permalink
Add an API Docs link to the top bar of the website.
Browse files Browse the repository at this point in the history
This makes it easier to get to the API Docs from tutorials and examples.
  • Loading branch information
manthey committed Aug 29, 2018
1 parent 70e71da commit 0aff079
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 0aff079

Please sign in to comment.