https://github.com/flc1125/docs
叶子坑
https://github.com/flc1125/docs
docs elasticsearch flc php php-cs-fixer phpdoc psr
Last synced: 6 months ago
JSON representation
叶子坑
- Host: GitHub
- URL: https://github.com/flc1125/docs
- Owner: flc1125
- License: mit
- Created: 2017-11-05T10:15:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T15:03:08.000Z (over 2 years ago)
- Last Synced: 2024-11-30T10:43:29.470Z (about 1 year ago)
- Topics: docs, elasticsearch, flc, php, php-cs-fixer, phpdoc, psr
- Language: Shell
- Homepage: https://docs.flc.io/
- Size: 68 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs
[](https://github.com/flc1125/docs/actions)
[](https://996.icu)
- https://docs.flc.io/
## 构建
```sh
docker run -dit -v /workdir/:/docs -p 80:80 --name mkdocs flc1125/mkdocs
```
访问:http://ip:80
## 目录
### Blog
- [目录](blog/index.md)
### PHP
- [PHP 各版本特性](php/features/7.2.x.md)
- [PHP PSR 编码规范](php/psr/index.md)
- [PHPDoc 编码注释规范](php/phpdoc/index.md)
- [PHP Coding Standards Fixer](php/php-cs-fixer/index.md)
- [PHP 设计模式全集](php/php-design-patterns/index.md)
### Elasticsearch
- [Elasticsearch 简易教程](elasticsearch/simple/introduction.md)
- [Laravel-Elasticsearch 扩展文档](elasticsearch/laravel-elasticsearch/introduction.md)
- [Elasticsearch-PHP](elasticsearch/elasticsearch-php/overview.md)
### DevOps
- [CDN 科普](devops/cdn/index.md)
- [Docker](devops/docker/index.md)
- [Redis](devops/redis/index.md)
### Awesome
- [PHP](awesome/php.md)
### 更多
- [Github + Travis + Mkdocs 搭建文档库](more/github-travis-mkdocs-document/index.md)
- [Git 常用命令](more/git/index.md)
- [中文技术文档的写作规范](more/document-style-guide/index.md)