Skip to content

Commit 4137d31

Browse files
committed
s
1 parent ad4410c commit 4137d31

File tree

148 files changed

+1066
-23572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+1066
-23572
lines changed

Makefile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
common:
2+
rm -rf _book
3+
rm -rf book
4+
5+
serve gitbook:common
6+
gitbook build
7+
gitbook serve
8+
9+
gitbook-build:common
10+
gitbook build
11+
12+
serve mdbook:common
13+
mdbook build
14+
mdbook serve --open
15+
16+
mdbook-build:common
17+
mdbook build
18+
19+
build:common mdbook-build gitbook-build
20+
echo "build all"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* [go mod版本管理](./docs/go/gomod.md)
2222
* [gitbook的使用](./docs/gitbook/gitbook-use.md)
2323
* [mdBook](./docs/mdbook/mdbook-use.md)
24+
* [Makefile编写规则](./docs/makefile/makefile.md)
2425

2526
## grpc
2627

SUMMARY.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* [Windows命令行乱码问题解决](./docs/windows/cmd.md)
1919
* [go mod版本管理](./docs/go/gomod.md)
2020
* [gitbook的使用](./docs/gitbook/gitbook-use.md)
21+
* [mdBook](./docs/mdbook/mdbook-use.md)
22+
* [Makefile编写规则](./docs/makefile/makefile.md)
2123
* grpc
2224
* [go grpc](./docs/grpc/grpc-go.md)
2325
* MYSql

_book/.gitignore

-20
This file was deleted.

_book/LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)