From a82bc3b8162ff7e258552455f7bbe22e1ea23d28 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Wed, 8 Feb 2017 08:16:40 -0500 Subject: [PATCH] update docs --- docs/content/tools/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/tools/index.md b/docs/content/tools/index.md index 03bed155ef..fd5d804faa 100644 --- a/docs/content/tools/index.md +++ b/docs/content/tools/index.md @@ -13,5 +13,7 @@ There are so many tools that help us to build microservices and here is a small * [Swagger Editor](https://networknt.github.io/light-java/tools/swagger-editor/) is used to create and update swagger specifications. +* [Swagger Codegen](https://networknt.github.io/light-java/tools/swagger-codegen/) is used to generate code from swagger specification. + * [WRK](https://networknt.github.io/light-java/tools/wrk-perf/) is used as client for performance test.