Skip to content

Commit c72b7b3

Browse files
committed
up: use docsify render doc
1 parent c103827 commit c72b7b3

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
lines changed

Diff for: .nojekyll

Whitespace-only changes.

Diff for: README.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![License](https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square)](LICENSE)
44
[![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/php-validate)
55
[![Latest Stable Version](http://img.shields.io/packagist/v/inhere/php-validate.svg)](https://packagist.org/packages/inhere/php-validate)
6-
[![Build Status](https://travis-ci.org/inhere/php-validate.svg?branch=master)](https://travis-ci.org/inhere/php-validate)
76
[![Coverage Status](https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master)](https://coveralls.io/github/inhere/php-validate?branch=master)
87
[![Github Actions Status](https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg)](https://github.com/inhere/php-validate/actions)
8+
[![zh-CN readme](https://img.shields.io/badge/中文-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000)](README.md)
99

1010
Lightweight and feature-rich PHP validation and filtering library.
1111

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![License](https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square)](LICENSE)
44
[![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/php-validate)
55
[![Latest Stable Version](http://img.shields.io/packagist/v/inhere/php-validate.svg)](https://packagist.org/packages/inhere/php-validate)
6-
[![Build Status](https://travis-ci.org/inhere/php-validate.svg?branch=master)](https://travis-ci.org/inhere/php-validate)
76
[![Coverage Status](https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master)](https://coveralls.io/github/inhere/php-validate?branch=master)
87
[![Github Actions Status](https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg)](https://github.com/inhere/php-validate/actions)
8+
[![English readme](https://img.shields.io/badge/English-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000)](README.en.md)
99

1010
一个简洁小巧且功能完善的php验证、过滤库。
1111

Diff for: _config.yml

-1
This file was deleted.

Diff for: _navbar.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
我的其他项目
3+
4+
* [EasyTpl](https://phppkg.github.io/easytpl/ "template engine")
5+
* [pflag](https://php-toolkit.github.io/pflag/ "console option and argument parse")

Diff for: index.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="">
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<meta charset="UTF-8">
7+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
8+
<title>Easy Template</title>
9+
</head>
10+
<body>
11+
<div id="app"></div>
12+
<script>
13+
window.$docsify = {
14+
repo: 'inhere/php-validate',
15+
maxLevel: 3,
16+
// 加载 _navbar.md
17+
loadNavbar: true,
18+
// 加载 _sidebar.md
19+
// loadSidebar: true,
20+
}
21+
</script>
22+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)