Thanks to visit codestin.com Credit goes to github.com
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 33ed726 commit 349846bCopy full SHA for 349846b
_layouts/default.html
@@ -23,7 +23,8 @@
23
<nav class="navigation">
24
<ul>
25
<li><a href="https://github.com/libgit2/libgit2/releases">Downloads</a></li>
26
- <li><a href="/docs">Documentation</a></li>
+ <li><a href="http://libgit2.github.com/libgit2/">API</a></li>
27
+ <li><a href="/docs">Tutorials</a></li>
28
<li><a href="https://github.com/libgit2/libgit2">Source on GitHub</a></li>
29
</ul>
30
</nav>
docs/index.md
@@ -2,11 +2,6 @@
2
layout: default
3
---
4
5
-## API Documentation
6
-
7
-Blah blah blah.
8
9
10
## Tutorials
11
12
* Hello, world!
0 commit comments