Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shortcut link for v4.x API docs #1108

Merged
merged 1 commit into from
Jan 23, 2017
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 locale/de/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ von der Community zur Verfügung gestellt werden, sind dort nicht dokumentiert.

<ul>
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
<li><a href="https://nodejs.org/docs/">Alle Versionen</a></li>
Expand Down
1 change: 1 addition & 0 deletions locale/en/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This documentation describes the built-in modules provided by Node.js. It does n

<ul>
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
<li><a href="https://nodejs.org/docs/">all versions</a></li>
Expand Down
1 change: 1 addition & 0 deletions locale/es/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ También describe los módulos incluidos que proporciona Node.js, mas no documen

<ul>
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
<li><a href="https://nodejs.org/docs/">Todas las versiones</a></li>
Expand Down
1 change: 1 addition & 0 deletions locale/ja/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ labels:

<ul>
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
<!-- <li><a href="https://nodejs.org/docs/">all versions</a></li> -->
Expand Down
1 change: 1 addition & 0 deletions locale/ko/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ This documentation describes the built-in modules provided by Node.js. It does n

<ul>
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
<li><a href="https://nodejs.org/docs/">모든 버전</a></li>
Expand Down
1 change: 1 addition & 0 deletions locale/uk/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ labels:

<ul>
<li><a href="https://nodejs.org/docs/latest-v5.x/api/">Node.js 5.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v4.x/api/">Node.js 4.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/">Node.js 0.12.x</a></li>
<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/">Node.js 0.10.x</a></li>
<li><a href="https://nodejs.org/docs/">всі версії</a></li>
Expand Down