Skip to content

Commit d93daa1

Browse files
committed
feat: add node 9
1 parent ccae5a8 commit d93daa1

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

source/docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## 公式ドキュメント
66

77
- [Node.js 最新](https://nodejs.org/api/)
8+
- [Node.js v8.x](https://nodejs.org/dist/latest-v8.x/docs/api/)
89
- [Node.js v6.x](https://nodejs.org/dist/latest-v6.x/docs/api/)
910
- [Node.js v4.x](https://nodejs.org/dist/latest-v4.x/docs/api/)
1011

source/layout/index.njk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55

66
<hr />
77

8-
<h2><a href="https://nodejs.org/ja/download/">ダウンロード</a></h2>
8+
<h2><a href="https://nodejs.org/ja/download/">Node.js ダウンロード</a></h2>
99

1010
<h2>公式ドキュメント</h2>
1111

1212
<ul>
1313
<li><a href="https://nodejs.org/api/">Node.js 最新</a>
14-
<li><a href="https://nodejs.org/dist/latest-v4.x/docs/api/">Node.js v4.x</a>
14+
<li><a href="https://nodejs.org/dist/latest-v8.x/docs/api/">Node.js v6.x</a>
1515
<li><a href="https://nodejs.org/dist/latest-v6.x/docs/api/">Node.js v6.x</a>
16+
<li><a href="https://nodejs.org/dist/latest-v4.x/docs/api/">Node.js v4.x</a>
1617
</ul>
1718

1819
{% for eventFile in file.files %}

source/news/2017/11-01-node9.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Node 9 がリリース、Node 8.9.0 が LTS に
3+
date: 2017-11-01
4+
author: kt3k
5+
---
6+
7+
Node 9 がリリースされました。Node 8.9.0 が 8 系として最初の LTS (長期サポート)バージョンとなりました。
8+
9+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">🎉Node.js 8.9.0 goes into LTS support and Node.js 9.0.0 becomes the new Current release today. More details here: <a href="https://t.co/n2gJP1XaUt">https://t.co/n2gJP1XaUt</a> <a href="https://t.co/FWcA6cOBH6">pic.twitter.com/FWcA6cOBH6</a></p>&mdash; Node.js (@nodejs) <a href="https://twitter.com/nodejs/status/925394447189323776?ref_src=twsrc%5Etfw">October 31, 2017</a></blockquote>
10+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
11+
12+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">🎉 Node.js 8.9.0 (LTS) and Node.js 9.0.0 (Current) are out! More on 8 here <a href="https://t.co/oVS6txqTjo">https://t.co/oVS6txqTjo</a> and 9 here: <a href="https://t.co/BRlZF9EKWD">https://t.co/BRlZF9EKWD</a> 🎉</p>&mdash; Node.js (@nodejs) <a href="https://twitter.com/nodejs/status/925455757113462786?ref_src=twsrc%5Etfw">October 31, 2017</a></blockquote>
13+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
14+
15+
16+

0 commit comments

Comments
 (0)