Skip to content

Commit 4f88ea3

Browse files
committed
add link to Haddocks
1 parent d77ec4c commit 4f88ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ <h1 class="project-name">{{ site.title | default: site.github.repository_name }}
1515
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
1616
{% if site.github.is_project_page %}
1717
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
18+
<a href="{{ site.baseurl }}/haddocks/" class="btn">API documentation</a>
1819
{% endif %}
1920
{% if site.show_downloads %}
2021
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>

0 commit comments

Comments
 (0)