# nginx-docs
**Repository Path**: njwqd/nginx-docs
## Basic Information
- **Project Name**: nginx-docs
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-02
- **Last Updated**: 2021-12-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Nginx 中文文档
Nginx 官方文档中文翻译版,由本人在学习 nginx 时顺带翻译。因部分章节涉及到 Nginx Plus 或者其他内容,我将忽略该部分章节的内容。
> 文档前期翻译得比较粗糙,而且是基于旧版文档对照翻译,可能存在许多不当和错误之处,之后会慢慢修正和校对。
如果您发现内容存在错误或者不当之处,欢迎提出 issue 或 PR,期待您的加入:[如何贡献](CONTRIBUTING.md)。
在线阅读:[Github](https://github.com/DocsHome/nginx-docs/blob/master/SUMMARY.md) | [GitBook](https://www.gitbook.com/book/docshome/nginx-docs/details)
## 安装
如果你没有安装 gitbook,则先使用 npm(或者 cnpm)安装 `gitbook-cli`:
```bash
npm install gitbook-cli -g
```
进入项目根目录,执行以下命令运行 gitbook:
**安装依赖**
```bash
gitbook install
```
**启动本地服务器**
```bash
gitbook serve
```
**生成 HTML 文件,存放在 `_book` 目录下**
```
gitbook build
```
更多操作命令,请参照 GitBook 命令。
## 项目状态
翻译中……
## 排版规范
本项目排版遵循 [中文排版指南](https://github.com/mzlogin/chinese-copywriting-guidelines) 规范。
## LICENSE

本作品采用[知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-sa/4.0/)进行许可。