diff --git a/README.md b/README.md index 2e63ee0..d8dc53d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,23 @@ Kongx 使用指南请参考:[Wiki](https://www.kancloud.cn/raoxiaoyan/kongx/19 ## Screenshots ![](./docs/screen.png) +![](./docs/services.png) + +![](./docs/service1.png) + +![](./docs/kong%20shell.png) + +![](./docs/user.png) + +![](./docs/env.png) + +![](./docs/params.png) + +![](./docs/log.png) + +![](./docs/synclog.png) + + ## Features - Kong Manage:Upstream,Service,Route,Plugin,Consumer等 diff --git a/docs/env.png b/docs/env.png new file mode 100644 index 0000000..f831130 Binary files /dev/null and b/docs/env.png differ diff --git a/docs/kong shell.png b/docs/kong shell.png new file mode 100644 index 0000000..d294e8a Binary files /dev/null and b/docs/kong shell.png differ diff --git a/docs/kong/1.Kong的简介.md b/docs/kong/1.Kong的简介.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/log.png b/docs/log.png new file mode 100644 index 0000000..7605410 Binary files /dev/null and b/docs/log.png differ diff --git a/docs/lua.md b/docs/lua.md new file mode 100644 index 0000000..b54fab5 --- /dev/null +++ b/docs/lua.md @@ -0,0 +1,3 @@ +## Penlight - A Portable Lua Library +[penlight](http://www.penlight.luaforge.net/) +[penlight API](http://stevedonovan.github.io/Penlight/api/index.html) \ No newline at end of file diff --git a/docs/openresty-learn.md b/docs/openresty-learn.md new file mode 100644 index 0000000..dbeeed2 --- /dev/null +++ b/docs/openresty-learn.md @@ -0,0 +1,7 @@ +# OpenResty 学习文档 +1. [OpenResty官网](http://openresty.org/cn/download.html) +2. [OpenResty最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/) +3. [LuaJIT](http://luajit.org/extensions.html#lua52) +4. [再叙TIME\_WAIT](https://blog.huoding.com/2013/12/31/316) +5. [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) +6. [agentzh的Nginx教程](https://openresty.org/download/agentzh-nginx-tutorials-zhcn.pdf) \ No newline at end of file diff --git a/docs/params.png b/docs/params.png new file mode 100644 index 0000000..efb6050 Binary files /dev/null and b/docs/params.png differ diff --git a/docs/service1.png b/docs/service1.png new file mode 100644 index 0000000..0eaef34 Binary files /dev/null and b/docs/service1.png differ diff --git a/docs/services.png b/docs/services.png new file mode 100644 index 0000000..800f765 Binary files /dev/null and b/docs/services.png differ diff --git a/docs/synclog.png b/docs/synclog.png new file mode 100644 index 0000000..530b9b9 Binary files /dev/null and b/docs/synclog.png differ diff --git a/docs/user.png b/docs/user.png new file mode 100644 index 0000000..aa4f161 Binary files /dev/null and b/docs/user.png differ