FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodegit.github.com/_includes/header.html at master · libery/nodegit.github.com · GitHub
libery
/
nodegit.github.com
Public
forked from
nodegit/nodegit.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
nodegit.github.com
/
_includes
/
header.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (47 loc) · 2.28 KB
Breadcrumbs
nodegit.github.com
/
_includes
/
header.html
Copy path
File metadata and controls
52 lines (47 loc) · 2.28 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<
header
class
="
site-header
"
>
<
div
class
="
wrapper
"
>
<
div
class
="
site-info
"
>
<
h1
>
<
a
class
="
site-title
"
href
="
{{ site.baseurl }}/
"
>
<
img
src
="
/img/nodegit.svg
"
alt
="
{{ site.title }}
"
/>
</
a
>
</
h1
>
<
div
class
="
hamburger
"
>
</
div
>
<
div
class
="
version dropdown
"
>
{% if page.nodegit_version %}
{{ page.nodegit_version }}
{% else %}
<
span
>
Latest release:
</
span
>
{{ site.current_nodegit_version }}
{% endif %}
</
div
>
<
ul
class
="
version-menu
"
>
<
li
>
<
a
href
="
{{ site.baseurl }}/
"
>
<
span
>
Latest release:
</
span
>
{{ site.current_nodegit_version }}
</
a
>
</
li
>
{% for version in site.other_nodegit_versions %}
<
li
>
<
a
href
="
{{ site.baseurl }}/{{version}}/
"
>
{{ version }}
</
a
>
</
li
>
{% endfor %}
</
ul
>
</
div
>
<
nav
>
<
ul
>
<
li
{%
if
page.menu_item
== '
getting_started
'
%}
class
="
active
"
{%
endif
%}
>
<
a
href
="
{{ site.baseurl }}/{% if page.nodegit_version %}{{ page.nodegit_version }}/{% endif %}
"
>
Getting Started
</
a
>
</
li
>
<
li
{%
if
page.menu_item
== '
guides
'
%}
class
="
active
"
{%
endif
%}
>
<
a
href
="
{{ site.baseurl }}/{% if page.nodegit_version %}{{ page.nodegit_version }}/{% endif %}guides/
"
>
Guides
</
a
>
</
li
>
<
li
{%
if
page.menu_item
== '
api
'
%}
class
="
active
"
{%
endif
%}
>
<
a
href
="
{{ site.baseurl }}/{% if page.nodegit_version %}{{ page.nodegit_version }}/{% endif %}api/
"
>
API Documentation
</
a
>
</
li
>
<
li
>
<
a
href
="
https://github.com/nodegit/nodegit/{% if page.nodegit_version %}tree/{{ page.nodegit_version }}/{% endif %}
"
>
Source
</
a
>
</
li
>
<!--<li{% if page.menu_item == 'blog' %} class="active"{% endif %}><a href="{{ site.baseurl }}/blog/">Blog</a></li>-->
</
ul
>
</
nav
>
</
div
>
</
header
>
<
div
class
="
banner
"
>
{% if page.url == '/' %}
<
div
class
="
wrapper hero
"
>
<
h2
>
{{ site.description}}
</
h2
>
<
div
class
="
buttons
"
>
<
a
href
="
{{ site.baseurl }}/guides/
"
>
Read the NodeGit Guides
</
a
>
<
a
href
="
https://github.com/nodegit/nodegit
"
class
="
secondary
"
>
Fork on GitHub
</
a
>
</
div
>
<
p
>
Latest release: {{ site.current_nodegit_version }} —
<
a
href
="
{{ site.baseurl }}/changelog/
"
>
Changelog
</
a
>
</
p
>
</
div
>
{% else %}
<
div
class
="
wrapper
"
>
<
h2
>
{{ page.title }}
</
h2
>
<
p
>
{{ page.description }}
</
p
>
</
div
>
{% endif %}
</
div
>
Back
|
FazBrowse Home
|
New Git URL