We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1152f commit 2dc60a4Copy full SHA for 2dc60a4
gitbook/Makefile
@@ -0,0 +1,8 @@
1
+include .env
2
+
3
+config:
4
+ vim .env
5
+init:
6
+ sed -i 's/OWNER/$(OWNER)/g' README.md
7
+ sed -i 's/REPO/$(REPO)/g' README.md
8
+ sed -i 's/REPO/$(REPO)/g' SUMMARY.md
gitbook/README.md
@@ -1 +1 @@
-[back to github](https://github.com/[OWNER]]/[REPO])
+[back to github](https://github.com/OWNER/REPO)
gitbook/SUMMARY.md
@@ -1,6 +1,6 @@
# SUMMARY
-* [Introduction to XXX](README.md)
+* [Introduction to REPO](README.md)
### Quick Start
* [Prerequisite](qs/prerequisite.md)
0 commit comments