Skip to content

Commit 00cf2f8

Browse files
author
John Haley
committed
Remove io.js and nw.js
Fixes #47
1 parent d38ab24 commit 00cf2f8

File tree

7 files changed

+1
-40
lines changed

7 files changed

+1
-40
lines changed

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ header {
361361

362362
.column {
363363
text-align:center;
364-
padding:0 $spacing-unit/2;
364+
padding:0 (((2 * $spacing-unit)/3) + 3);
365365
}
366366

367367
h3 {

guides/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description: Learning NodeGit
1212
- [Basics](install/)
1313
- [From source](install/from-source)
1414
- [Electron](install/electron/)
15-
- [NW.js](install/nw.js/)
1615

1716
***
1817

guides/install/nw.js/index.md

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

img/iojs.png

-6.06 KB
Binary file not shown.

img/nw.png

-22.1 KB
Binary file not shown.

img/nwjs.png

-20.7 KB
Binary file not shown.

index.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ npm install nodegit
3030
Electron
3131
</a>
3232
</div>
33-
<div class="column">
34-
<a href="http://nwjs.io">
35-
<img src="/img/nwjs.png"/>
36-
</a>
37-
<a href="/guides/install/nw.js/">
38-
nw.js
39-
</a>
40-
</div>
4133
</div>
4234
</div>
4335
<div class="column">
@@ -68,11 +60,6 @@ npm install nodegit
6860
<img src="/img/nodejs.png"/> NodeJS
6961
</a>
7062
</div>
71-
<div class="column">
72-
<a href="https://iojs.org">
73-
<img src="/img/iojs.png"/> io.js
74-
</a>
75-
</div>
7663
</div>
7764
</div>
7865
</div>

0 commit comments

Comments
 (0)