Update download links (#52)

* update downlaod section

* update books and script

---------

Co-authored-by: GitHub Actions Bot <>
This commit is contained in:
Simone Poggiali 2023-07-23 10:46:02 +02:00 committed by GitHub
parent c11e0eabe0
commit eba683b984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 2 deletions

View file

@ -4,10 +4,17 @@
本书完全免费且开源。
## 下载
您还可以在这里下载 Epub 版本:
<https://github.com/gibbok/typescript-book/tree/main/downloads>
## 目录表
<!-- markdownlint-disable MD004 -->
- [简洁的TypeScript之书](#简洁的typescript之书)
- [下载](#下载)
- [目录表](#目录表)
- [介绍](#介绍)
- [关于作者](#关于作者)

View file

@ -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.

View file

@ -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!"