From 181e7a8b557b641046c79b7347bb76e265df5b9b Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 20 May 2013 14:26:09 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b11038957e1..736164facbb 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ If you need to make static pages or don't want the sandbox of the swagger-ui, yo Will produce the output here: ``` -https://github.com/wordnik/swagger-codegen/tree/master/samples/docs/swagger-static-docs/sd +https://github.com/wordnik/swagger-codegen/tree/master/samples/docs/swagger-static-docs ``` which is based on these templates: @@ -158,6 +158,10 @@ which is based on these templates: https://github.com/wordnik/swagger-codegen/tree/master/src/main/resources/swagger-static ``` +and looks like this + +![Image](https://raw.github.com/wordnik/swagger-codegen/master/samples/docs/swagger-static-docs/static-docs.png) + ### To build a server stub You can also use the codegen to generate a server for a couple different frameworks. Take a look here: