Skip to content

Commit

Permalink
update zh-tw README and doc script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonng committed Aug 12, 2021
1 parent e629ec1 commit c1dae19
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 365 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

default: serve
default: doc

# serve document with docsify (or python)
serve:
bin/serve
doc:
bin/doc

# generate zh-tw version
translate:
bin/zh-tw.py

.PHONY: default serve translate
.PHONY: default doc translate
10 changes: 10 additions & 0 deletions bin/serve → bin/doc
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#!/bin/bash

#==============================================================#
# File : doc
# Ctime : 2021-08-10
# Mtime : 2021-08-12
# Desc : Serve local doc with docsify, python3, python
# Path : bin/doc
# Deps : docsify or python3 or python2
# Copyright (C) 2018-2021 Ruohang Feng
#==============================================================#

PROG_DIR="$(cd $(dirname $0) && pwd)"
DOCS_DIR="$(cd $(dirname ${PROG_DIR}) && pwd)"

Expand Down
Loading

0 comments on commit c1dae19

Please sign in to comment.