Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 349846b

Browse files
committed
Promote API-docs link to nav bar
1 parent 33ed726 commit 349846b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<nav class="navigation">
2424
<ul>
2525
<li><a href="https://github.com/libgit2/libgit2/releases">Downloads</a></li>
26-
<li><a href="/docs">Documentation</a></li>
26+
<li><a href="http://libgit2.github.com/libgit2/">API</a></li>
27+
<li><a href="/docs">Tutorials</a></li>
2728
<li><a href="https://github.com/libgit2/libgit2">Source on GitHub</a></li>
2829
</ul>
2930
</nav>

docs/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
layout: default
33
---
44

5-
## API Documentation
6-
7-
Blah blah blah.
8-
9-
105
## Tutorials
116

127
* Hello, world!

0 commit comments

Comments
 (0)