Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## 公式ドキュメント

- [Node.js 最新](https://nodejs.org/api/)
- [Node.js v8.x](https://nodejs.org/dist/latest-v8.x/docs/api/)
- [Node.js v6.x](https://nodejs.org/dist/latest-v6.x/docs/api/)
- [Node.js v4.x](https://nodejs.org/dist/latest-v4.x/docs/api/)

Expand Down
5 changes: 3 additions & 2 deletions source/layout/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

<hr />

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

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

<ul>
<li><a href="https://nodejs.org/api/">Node.js 最新</a>
<li><a href="https://nodejs.org/dist/latest-v4.x/docs/api/">Node.js v4.x</a>
<li><a href="https://nodejs.org/dist/latest-v8.x/docs/api/">Node.js v6.x</a>
<li><a href="https://nodejs.org/dist/latest-v6.x/docs/api/">Node.js v6.x</a>
<li><a href="https://nodejs.org/dist/latest-v4.x/docs/api/">Node.js v4.x</a>
</ul>

{% for eventFile in file.files %}
Expand Down
16 changes: 16 additions & 0 deletions source/news/2017/11-01-node9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Node 9 がリリース、Node 8.9.0 が LTS に
date: 2017-11-01
author: kt3k
---

Node 9 がリリースされました。Node 8.9.0 が 8 系として最初の LTS (長期サポート)バージョンとなりました。

<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>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

<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>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>