Skip to content

Commit

Permalink
2021-11-17 21:31:37
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Nov 17, 2021
1 parent 1f7fd76 commit 16ab293
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 47 deletions.
56 changes: 11 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,10 @@
<!--
需要填充的占位符:
README.md
{name}:文档中文名
{nameEn}:文档英文名
{urlEn}:文档原始链接
{domain}:域名前缀
{adminName}:负责人名称
{adminUn}:负责人 Github 用户名
{adminQq}:负责人 QQ
{repo}:ApacheCN 的 Github 仓库名称
{dockerName}:DockerHub 仓库名称
{pypiName}:PYPI 包名称
{npmName}:NPM 包名称
CNAME
{domain}:域名前缀
index.html
{name}:文档中文名
{color}:显示颜色
{repo}:ApacheCN 的 Github 仓库名称
asset/docsify-apachecn-footer.js
{repo}:ApacheCN 的 Github 仓库名称
-->

# {name}

> 原文:[{nameEn}]({urlEn})
>
# ApacheCN React 译文集

> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
>
> 只有经历过地狱般的磨练,才能拥有创造天堂的力量。——泰戈尔
* [在线阅读](https://{domain}.apachecn.org)
* [在线阅读](https://react.apachecn.org)
* [在线阅读(Gitee)](https://apachecn.gitee.io/doc-template/)
* [ApacheCN 学习资源](http://docs.apachecn.org/)

Expand All @@ -52,11 +18,11 @@

### 负责人

* [{adminName}](https://github.com/{adminUn}): {adminQq}
* [飞龙](https://github.com/wizardforcel): 562826179

### 其他

* 在我们的 [apachecn/{repo}](https://github.com/apachecn/{repo}) github 上提 issue.
* 在我们的 [apachecn/apachecn-react-zh](https://github.com/apachecn/apachecn-react-zh) github 上提 issue.
* 发邮件到 Email: `[email protected]`.
* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可.

Expand All @@ -65,24 +31,24 @@
### Docker

```
docker pull apachecn0/{dockerName}
docker run -tid -p <port>:80 apachecn0/{dockerName}
docker pull apachecn0/apachecn-react-zh
docker run -tid -p <port>:80 apachecn0/apachecn-react-zh
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install {pypiName}
{pypiName} <port>
pip install apachecn-react-zh
apachecn-react-zh <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g {npmName}
{npmName} <port>
npm install -g apachecn-react-zh
apachecn-react-zh <port>
# 访问 http://localhost:{port} 查看文档
```

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
<script>
window.$docsify = {
loadSidebar: 'SUMMARY.md',
name: '{name}',
name: 'ApacheCN React 译文集',
auto2top: true,
themeColor: '{color}',
repo: 'apachecn/{repo}',
repo: 'apachecn/apachecn-react-zh',
plugins: [window.docsPlugin],
alias: {
'/.*/SUMMARY.md': '/SUMMARY.md',
Expand Down

0 comments on commit 16ab293

Please sign in to comment.