This commit is contained in:
github-actions[bot]
2024-08-08 07:47:03 +00:00
parent 5474aee453
commit 420994d26a
179 changed files with 66241 additions and 31438 deletions

View File

@@ -2,9 +2,19 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# install mkbook
#
# MnBook: Mini Markdown Book
# https://github.com/wa-lang/mnbook
#
default:
mdbook serve
mnbook serve
build:
-rm book
mnbook build
-rm book/.gitignore
-rm -rf book/.git
clean:
-rm -rf book