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 dba4822 commit 33ed726Copy full SHA for 33ed726
_layouts/default.html
@@ -22,8 +22,8 @@
22
<header>
23
<nav class="navigation">
24
<ul>
25
- <li><a href="http://libgit2.github.com/libgit2/">API Reference</a></li>
26
- <li><a href="/docs">Getting Started</a></li>
+ <li><a href="https://github.com/libgit2/libgit2/releases">Downloads</a></li>
+ <li><a href="/docs">Documentation</a></li>
27
<li><a href="https://github.com/libgit2/libgit2">Source on GitHub</a></li>
28
</ul>
29
</nav>
docs/index.md
@@ -0,0 +1,12 @@
1
+---
2
+layout: default
3
4
+
5
+## API Documentation
6
7
+Blah blah blah.
8
9
10
+## Tutorials
11
12
+* Hello, world!
getting-started.html
0 commit comments