Skip to content

Commit

Permalink
update documentation, add links to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlov99 committed Mar 26, 2015
1 parent 880caed commit e3afc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonapi/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>API Documentation</h1>
</aside>
<div id="content">
<h1>Getting Started</h1>
Generated date: {% now 'c' %}
Generated date: {% now 'r' %}

<h1>Resources</h1>
{% for resource_name, resource in resources %}
Expand All @@ -45,7 +45,7 @@ <h2 class="bg-primary">{{ resource_name|capfirst }}</h2>
<table class="table table-bordered">
<tr>
<td>Location</td>
<td>{{ resource.Meta.api.api_url }}/{{ resource_name }}</td>
<td><a href="{{ resource.Meta.api.api_url }}/{{ resource_name }}">{{ resource.Meta.api.api_url }}/{{ resource_name }}</a></td>
</tr>
<tr>
<td>Document Location</td>
Expand Down

0 comments on commit e3afc84

Please sign in to comment.