From 56bbafbd084510732427c1af2fe0c7528c8cb53c Mon Sep 17 00:00:00 2001 From: chai2010 Date: Tue, 13 Aug 2024 08:15:19 +0800 Subject: [PATCH] use wabook --- .github/workflows/book.yml | 4 ++-- Makefile | 8 ++++---- README.md | 2 +- book.ini | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 248bbd0..066a7bb 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -26,8 +26,8 @@ jobs: - run: go version - run: go env - - run: go install github.com/wa-lang/mnbook@latest - - run: mnbook build + - run: go install github.com/wa-lang/wabook@latest + - run: wabook build - name: Deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/Makefile b/Makefile index c91457f..d6020e6 100644 --- a/Makefile +++ b/Makefile @@ -3,16 +3,16 @@ # license that can be found in the LICENSE file. # -# MnBook: Mini Markdown Book -# https://github.com/wa-lang/mnbook +# WaBook: Mini Markdown Book +# https://github.com/wa-lang/wabook # default: - mnbook serve + wabook serve build: -rm book - mnbook build + wabook build -rm book/.gitignore -rm -rf book/.git diff --git a/README.md b/README.md index 478149d..ce6c65b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Go语言圣经(中文版) - *凹语言(专为 WebAssembly 设计): https://github.com/wa-lang/wa* -- *MnBook(Go语言实现的MD电子书构建工具): https://github.com/wa-lang/mnbook* +- *WaBook(Go语言实现的MD电子书构建工具): https://github.com/wa-lang/wabook* ---- diff --git a/book.ini b/book.ini index 4bb8fd3..c56316d 100644 --- a/book.ini +++ b/book.ini @@ -13,7 +13,7 @@ src = "." build-dir = "book" [custom] -content_header = "
" +content_header = "
" content_footer = "
" page_footer = "© 2015-2016 | Go语言圣经中文版, 仅学习交流使用"