mirror of
https://gitee.com/BDWare/bdcontract-doc
synced 2026-02-14 20:29:27 +00:00
initial commit
This commit is contained in:
19
toRst.sh
Normal file
19
toRst.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
cd source
|
||||
rm -rf ContractAPI.rst
|
||||
rm -rf IDEUsage.rst
|
||||
rm -rf InstallTips.rst
|
||||
rm -rf Introduction.rst
|
||||
rm -rf YJSAPI.rst
|
||||
rm -rf YJSInDepth.rst
|
||||
|
||||
pandoc ./markdown/ContractAPI.md -f markdown -t rst -o ContractAPI.rst
|
||||
pandoc ./markdown/IDEUsage.md -f markdown -t rst -o IDEUsage.rst
|
||||
pandoc ./markdown/InstallTips.md -f markdown -t rst -o InstallTips.rst
|
||||
pandoc ./markdown/Introduction.md -f markdown -t rst -o Introduction.rst
|
||||
pandoc ./markdown/YJSAPI.md -f markdown -t rst -o YJSAPI.rst
|
||||
pandoc ./markdown/YJSInDepth.md -f markdown -t rst -o YJSInDepth.rst
|
||||
|
||||
cd ..
|
||||
make clean
|
||||
make html
|
||||
Reference in New Issue
Block a user