Skip to content

Commit 1851868

Browse files
authored
feat: アーカイブリンクを追加 (#327)
1 parent bf35206 commit 1851868

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

Ch0_Introduction/readme.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ ES2015以降をベースに、JavaScriptの基本的なことを一から学べ
6262
ifeval::["{backend}" == "html5"]
6363
== 推奨ブラウザ
6464

65-
この書籍を読むにあたっての推奨ブラウザとしてはネイティブでPromiseをサポートしているブラウザとなっています。
65+
この書籍を読むにあたっての推奨ブラウザとしては、ECMAScript 2015(ES2015)以降をサポートしているブラウザとなっています。
66+
Promiseは、ES2015で導入されたこととサンプルコードにES2015の文法を利用しているためです。
6667

67-
また、推奨環境ではありませんがiOSなどのモバイル端末でも閲覧は可能です
68+
また、推奨環境ではありませんがiOSやAndroidなどのモバイル端末でも閲覧は可能です
6869

6970
ifeval::["{backend}" == "html5"]
7071
++++

archives/v1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ <h1>JavaScript Promiseの本</h1>
22322232
また、PDFとしてレンダリングしたバージョンは以下からダウンロードすることが出来ます。</p>
22332233
</div>
22342234
<div class="download-area">
2235-
<a class="download-button pdf" id="download-pdf" href="https://azu.github.io/promises-book/javascript-promise-book.pdf" download="javascript-promise-book.pdf">PDF版をダウンロード</a>
2235+
<a class="download-button pdf" id="download-pdf" href="https://azu.github.io/promises-book/archives/v1/javascript-promise-book.pdf" download="javascript-promise-book.pdf">PDF版をダウンロード</a>
22362236
<a class="download-button source-code" href="https://github.com/azu/promises-book/">ソースコードをダウンロード</a>
22372237
</div>
22382238
<div class="paragraph">

index.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ icon:globe[2x] This book has been released in :
2020
- **Chinese**: http://liubin.github.io/promises-book/[JavaScript Promise迷你书(中文版)]
2121
- **Korean**: http://www.hanbit.co.kr/ebook/look.html?isbn=9788968487293[한빛미디어 eBook JavaScript Promise(번역서)]
2222
23+
These translated is based on Promise Book ver 1.
24+
25+
- https://azu.github.io/promises-book/archives/v1/[JavaScript Promiseの本(v1)]
26+
2327
'''
2428

2529
ifeval::["{backend}" == "html5"]
@@ -63,6 +67,10 @@ icon:rss[2x, link=https://github.com/azu/promises-book/releases.atom] 更新情
6367
- Gumroadで購入者が0円から任意の値段を決めてダウンロードすることができます。
6468
- 寄付などがしたい方はGumroadからおまけの購入で代用して下さい。
6569
70+
過去のバージョンについては、次のページから参照できます。
71+
72+
- https://azu.github.io/promises-book/archives/v1/[JavaScript Promiseの本(v1)]
73+
6674
'''
6775

6876
endif::[]

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ JavaScript Promiseについての薄い電子書籍です。
88

99
寄付などがしたい方は、[付録を任意の値段で購入できる](https://gumroad.com/l/javascript-promise "JavaScript Promiseの本 付録")のでこちらを代用して下さい。
1010

11+
過去のバージョンについては次のページから参照できます。
12+
13+
- [JavaScript Promiseの本(v1)](https://azu.github.io/promises-book/archives/v1/)
14+
1115
This book has been released in :
1216

1317
- **Chinese**: [JavaScript Promise迷你书(中文版)](http://liubin.github.io/promises-book/)

0 commit comments

Comments
 (0)