Skip to content

Commit c1dae19

Browse files
committed
update zh-tw README and doc script
1 parent e629ec1 commit c1dae19

File tree

4 files changed

+111
-365
lines changed

4 files changed

+111
-365
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
default: serve
2+
default: doc
33

44
# serve document with docsify (or python)
5-
serve:
6-
bin/serve
5+
doc:
6+
bin/doc
77

88
# generate zh-tw version
99
translate:
1010
bin/zh-tw.py
1111

12-
.PHONY: default serve translate
12+
.PHONY: default doc translate

bin/serve bin/doc

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/bin/bash
22

3+
#==============================================================#
4+
# File : doc
5+
# Ctime : 2021-08-10
6+
# Mtime : 2021-08-12
7+
# Desc : Serve local doc with docsify, python3, python
8+
# Path : bin/doc
9+
# Deps : docsify or python3 or python2
10+
# Copyright (C) 2018-2021 Ruohang Feng
11+
#==============================================================#
12+
313
PROG_DIR="$(cd $(dirname $0) && pwd)"
414
DOCS_DIR="$(cd $(dirname ${PROG_DIR}) && pwd)"
515

0 commit comments

Comments
 (0)