mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
Update download links (#52)
* update downlaod section * update books and script --------- Co-authored-by: GitHub Actions Bot <>
This commit is contained in:
parent
c11e0eabe0
commit
eba683b984
5 changed files with 11 additions and 2 deletions
|
@ -4,10 +4,17 @@
|
|||
|
||||
本书完全免费且开源。
|
||||
|
||||
## 下载
|
||||
|
||||
您还可以在这里下载 Epub 版本:
|
||||
|
||||
<https://github.com/gibbok/typescript-book/tree/main/downloads>
|
||||
|
||||
## 目录表
|
||||
|
||||
<!-- markdownlint-disable MD004 -->
|
||||
- [简洁的TypeScript之书](#简洁的typescript之书)
|
||||
- [下载](#下载)
|
||||
- [目录表](#目录表)
|
||||
- [介绍](#介绍)
|
||||
- [关于作者](#关于作者)
|
||||
|
|
|
@ -14,7 +14,7 @@ This book has been translated into several language versions, including:
|
|||
|
||||
You can also download the Epub version here:
|
||||
|
||||
* [Downloads](./downloads)
|
||||
<https://github.com/gibbok/typescript-book/tree/main/downloads>
|
||||
|
||||
## Table of content
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -11,4 +11,6 @@ else
|
|||
fi
|
||||
|
||||
pandoc -o $DIR_DOWNLOADS/typescript-book.epub --metadata title="The Concise TypeScript Book" --metadata author="Simone Poggiali" -s README.md
|
||||
pandoc -o $DIR_DOWNLOADS/typescript-book-zh_CN.epub --metadata title="# 简洁的TypeScript之书" --metadata author="Simone Poggiali" -s README-zh_CN.md
|
||||
pandoc -o $DIR_DOWNLOADS/typescript-book-zh_CN.epub --metadata title="# 简洁的TypeScript之书" --metadata author="Simone Poggiali" -s README-zh_CN.md
|
||||
|
||||
echo "Books were created. Please commit!"
|
Loading…
Reference in a new issue