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

Skip to content

Commit 33ed726

Browse files
committed
Change up nav, add docs landing page
1 parent dba4822 commit 33ed726

File tree

3 files changed

+14
-66
lines changed

3 files changed

+14
-66
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<header>
2323
<nav class="navigation">
2424
<ul>
25-
<li><a href="http://libgit2.github.com/libgit2/">API Reference</a></li>
26-
<li><a href="/docs">Getting Started</a></li>
25+
<li><a href="https://github.com/libgit2/libgit2/releases">Downloads</a></li>
26+
<li><a href="/docs">Documentation</a></li>
2727
<li><a href="https://github.com/libgit2/libgit2">Source on GitHub</a></li>
2828
</ul>
2929
</nav>

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)