Skip to content

Commit 56bbafb

Browse files
committed
use wabook
1 parent dbdfa93 commit 56bbafb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/book.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- run: go version
2727
- run: go env
2828

29-
- run: go install github.com/wa-lang/mnbook@latest
30-
- run: mnbook build
29+
- run: go install github.com/wa-lang/wabook@latest
30+
- run: wabook build
3131

3232
- name: Deploy
3333
uses: peaceiris/actions-gh-pages@v3

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# license that can be found in the LICENSE file.
44

55
#
6-
# MnBook: Mini Markdown Book
7-
# https://github.com/wa-lang/mnbook
6+
# WaBook: Mini Markdown Book
7+
# https://github.com/wa-lang/wabook
88
#
99

1010
default:
11-
mnbook serve
11+
wabook serve
1212

1313
build:
1414
-rm book
15-
mnbook build
15+
wabook build
1616
-rm book/.gitignore
1717
-rm -rf book/.git
1818

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go语言圣经(中文版)
22

33
- *凹语言(专为 WebAssembly 设计): https://github.com/wa-lang/wa*
4-
- *MnBook(Go语言实现的MD电子书构建工具): https://github.com/wa-lang/mnbook*
4+
- *WaBook(Go语言实现的MD电子书构建工具): https://github.com/wa-lang/wabook*
55

66
----
77

book.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ src = "."
1313
build-dir = "book"
1414

1515
[custom]
16-
content_header = "<ul dir=\"auto\"><li><em>凹语言(Go实现, 面向WASM设计): <a href=\"https://github.com/wa-lang/wa\">https://github.com/wa-lang/wa</a></em></li><li><em>MnBook(Go语言实现的MD电子书构建工具): <a href=\"https://github.com/wa-lang/mnbook\">https://github.com/wa-lang/mnbook</a></em></li></ul><hr>"
16+
content_header = "<ul dir=\"auto\"><li><em>凹语言(Go实现, 面向WASM设计): <a href=\"https://github.com/wa-lang/wa\">https://github.com/wa-lang/wa</a></em></li><li><em>WaBook(Go语言实现的MD电子书构建工具): <a href=\"https://github.com/wa-lang/wabook\">https://github.com/wa-lang/wabook</a></em></li></ul><hr>"
1717
content_footer = "<hr><table><tr><td><img width=\"222px\" src=\"https://chai2010.cn/advanced-go-programming-book/css.png\"></td><td><img width=\"222px\" src=\"https://chai2010.cn/advanced-go-programming-book/cch.png\"></td></tr></table>"
1818
page_footer = "<span>© 2015-2016 | <a href=\"https://github.com/gopl-zh\"> Go语言圣经中文版</a>, 仅学习交流使用</span>"
1919

0 commit comments

Comments
 (0)