# wiki转存showdoc **Repository Path**: JellyChen/wiki_transfer_showdoc ## Basic Information - **Project Name**: wiki转存showdoc - **Description**: 将gitee的wiki文档转存到showdoc中 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wiki转存showdoc #### 项目介绍 将gitee的wiki文档转存到showdoc中 #### 安装教程 1. 下载 git pull 该项目 ```bash git clone https://gitee.com/JellyChen/wiki_transfer_showdoc.git ``` 或者直接保存该文件到本地 ```bash wget https://gitee.com/JellyChen/wiki_transfer_showdoc/raw/master/run.sh curl -O https://gitee.com/JellyChen/wiki_transfer_showdoc/raw/master/run.sh ``` 2. 给脚本可执行权限 ```bash chmod +x run.sh ``` 3. 指定脚本 ```bash # 执行帮助命令 sh run.sh -h #Usage: -w wiki_url -k api_key -t api_token [ -f local_path ] [ -u showdoc_api_href ] #-w gitee wiki page's git url, default url is https://gitee.com/cjhuluwa/x-link2.0.wiki.git, required. #-f local file relative path name to save wiki git files. #-k showdoc api_key, required. #-t showdoc api_token, required. #-u showdoc api href, default href is https://www.showdoc.cc/server/api/item/updateByApi, # you can find offical manual at https://www.showdoc.cc/web/#/page/102098 # 执行脚本操作 sh run.sh -w https://gitee.com/cjhuluwa/x-link2.0.wiki.git -k 4b4f6da7c4090f059ca485cc0ec88f671824179562 -t 04175aa9b3f6862d004f20e5c40e9f48310591103 ``` 4. Showdoc的具体操作可参考官方网站 https://www.showdoc.cc #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request