We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77ec4c commit 4f88ea3Copy full SHA for 4f88ea3
_layouts/default.html
@@ -15,6 +15,7 @@ <h1 class="project-name">{{ site.title | default: site.github.repository_name }}
15
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
16
{% if site.github.is_project_page %}
17
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
18
+ <a href="{{ site.baseurl }}/haddocks/" class="btn">API documentation</a>
19
{% endif %}
20
{% if site.show_downloads %}
21
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
0 commit comments