提交 1a7918c4 编写于 作者: 绝不原创的飞龙's avatar 绝不原创的飞龙

2024-04-12 17:59:23

上级 8551df8d
{domain}.flygon.net
\ No newline at end of file
quant-docs.flygon.net
\ No newline at end of file
......@@ -3,60 +3,58 @@
README.md
{name}:文档中文名
龙哥盟 Quant 中文系列文档:文档中文名
{nameEn}:文档英文名
{urlEn}:文档原始链接
{domain}:域名前缀
{adminName}:负责人名称
{adminUn}:负责人 Github 用户名
{adminQq}:负责人 QQ
{repo}:ApacheCN 的 Github 仓库名称
{dockerName}:DockerHub 仓库名称
{pypiName}:PYPI 包名称
{npmName}:NPM 包名称
quant-docs:域名前缀
飞龙:负责人名称
wizardforcel:负责人 Github 用户名
562826179:负责人 QQ
flygon-quant-docs-zh:ApacheCN 的 Github 仓库名称
flygon-quant-docs-zh:DockerHub 仓库名称
flygon-quant-docs-zh:PYPI 包名称
flygon-quant-docs-zh:NPM 包名称
CNAME
{domain}:域名前缀
quant-docs:域名前缀
index.html
{name}:文档中文名
{color}:显示颜色
{repo}:ApacheCN 的 Github 仓库名称
龙哥盟 Quant 中文系列文档:文档中文名
#333:显示颜色
flygon-quant-docs-zh:ApacheCN 的 Github 仓库名称
asset/docsify-flygon-footer.js
{repo}:ApacheCN 的 Github 仓库名称
flygon-quant-docs-zh:ApacheCN 的 Github 仓库名称
-->
# {name}
# 龙哥盟 Quant 中文系列文档
> 原文:[{nameEn}]({urlEn})
>
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
>
> 阶段:机翻(1)
>
> 真相一旦入眼,你就再也无法视而不见。——《黑客帝国》
* [在线阅读](https://{domain}.flygon.net)
* [在线阅读](https://quant-docs.flygon.net)
## 下载
### Docker
```
docker pull apachecn0/{dockerName}
docker run -tid -p <port>:80 apachecn0/{dockerName}
docker pull apachecn0/flygon-quant-docs-zh
docker run -tid -p <port>:80 apachecn0/flygon-quant-docs-zh
# 访问 http://localhost:{port} 查看文档
```
### NPM
```
npm install -g {npmName}
{npmName} <port>
npm install -g flygon-quant-docs-zh
flygon-quant-docs-zh <port>
# 访问 http://localhost:{port} 查看文档
```
......
......@@ -34,10 +34,10 @@
window.$docsify = {
loadSidebar: 'SUMMARY.md',
loadNavbar: 'NAV.md',
name: '{name}',
name: '龙哥盟 Quant 中文系列文档',
auto2top: true,
themeColor: '{color}',
repo: 'opendoccn/{repo}',
themeColor: '#333',
repo: 'opendoccn/flygon-quant-docs-zh',
plugins: [window.docsPlugin],
// alias: {
// '/.*/SUMMARY.md': '/SUMMARY.md',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册