From c72b7b3cd878f76a0bd6abff5d640586fcb22697 Mon Sep 17 00:00:00 2001 From: Inhere Date: Sat, 13 Nov 2021 11:09:08 +0800 Subject: [PATCH] up: use docsify render doc --- .nojekyll | 0 README.en.md | 2 +- README.md | 2 +- _config.yml | 1 - _navbar.md | 5 +++++ index.html | 24 ++++++++++++++++++++++++ 6 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 .nojekyll delete mode 100644 _config.yml create mode 100644 _navbar.md create mode 100644 index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/README.en.md b/README.en.md index bbb6edc..b3f5d39 100644 --- a/README.en.md +++ b/README.en.md @@ -3,9 +3,9 @@ [![License](https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square)](LICENSE) [![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/php-validate) [![Latest Stable Version](http://img.shields.io/packagist/v/inhere/php-validate.svg)](https://packagist.org/packages/inhere/php-validate) -[![Build Status](https://travis-ci.org/inhere/php-validate.svg?branch=master)](https://travis-ci.org/inhere/php-validate) [![Coverage Status](https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master)](https://coveralls.io/github/inhere/php-validate?branch=master) [![Github Actions Status](https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg)](https://github.com/inhere/php-validate/actions) +[![zh-CN readme](https://img.shields.io/badge/中文-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000)](README.md) Lightweight and feature-rich PHP validation and filtering library. diff --git a/README.md b/README.md index 4d68cd4..474bce0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![License](https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square)](LICENSE) [![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/php-validate) [![Latest Stable Version](http://img.shields.io/packagist/v/inhere/php-validate.svg)](https://packagist.org/packages/inhere/php-validate) -[![Build Status](https://travis-ci.org/inhere/php-validate.svg?branch=master)](https://travis-ci.org/inhere/php-validate) [![Coverage Status](https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master)](https://coveralls.io/github/inhere/php-validate?branch=master) [![Github Actions Status](https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg)](https://github.com/inhere/php-validate/actions) +[![English readme](https://img.shields.io/badge/English-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000)](README.en.md) 一个简洁小巧且功能完善的php验证、过滤库。 diff --git a/_config.yml b/_config.yml deleted file mode 100644 index cc35c1d..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-modernist \ No newline at end of file diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 0000000..d2892dc --- /dev/null +++ b/_navbar.md @@ -0,0 +1,5 @@ + +我的其他项目 + +* [EasyTpl](https://phppkg.github.io/easytpl/ "template engine") +* [pflag](https://php-toolkit.github.io/pflag/ "console option and argument parse") diff --git a/index.html b/index.html new file mode 100644 index 0000000..8155284 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + Easy Template + + +
+ + + + \ No newline at end of file