File tree 4 files changed +111
-365
lines changed
4 files changed +111
-365
lines changed Original file line number Diff line number Diff line change 1
1
2
- default : serve
2
+ default : doc
3
3
4
4
# serve document with docsify (or python)
5
- serve :
6
- bin/serve
5
+ doc :
6
+ bin/doc
7
7
8
8
# generate zh-tw version
9
9
translate :
10
10
bin/zh-tw.py
11
11
12
- .PHONY : default serve translate
12
+ .PHONY : default doc translate
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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
+
3
13
PROG_DIR=" $( cd $( dirname $0 ) && pwd) "
4
14
DOCS_DIR=" $( cd $( dirname ${PROG_DIR} ) && pwd) "
5
15
You can’t perform that action at this time.
0 commit comments