diff --git a/samples/docs/swagger-static-docs/pom.xml b/samples/docs/swagger-static-docs/pom.xml
new file mode 100644
index 00000000000..0a0d06c4052
--- /dev/null
+++ b/samples/docs/swagger-static-docs/pom.xml
@@ -0,0 +1,119 @@
+
+ 4.0.0
+ com.wordnik
+ wordnik-swagger-demo
+ jar
+ wordnik-swagger-demo
+ 1.0.0-SNAPSHOT
+
+ 2.2.0
+
+
+
+ src/main/scala
+ src/test/scala
+
+
+ net.alchim31.maven
+ scala-maven-plugin
+ ${maven-plugin.version}
+
+
+
+ compile
+ testCompile
+
+
+
+
+
+ -Xms64m
+ -Xmx1024m
+
+
+
+
+ maven-surefire-plugin
+
+ once
+ false
+
+
+
+ maven-dependency-plugin
+
+
+ package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/lib
+
+
+
+
+
+ org.mortbay.jetty
+ jetty-maven-plugin
+ ${jetty-version}
+
+
+ /
+
+
+
+ 8000
+ 60000
+ 8443
+
+
+
+
+
+ start-jetty
+ pre-integration-test
+
+ run
+
+
+ 0
+ true
+
+
+
+ stop-jetty
+ post-integration-test
+
+ stop
+
+
+
+
+
+
+
+
+ sonatype-snapshots
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ sonatype-releases
+ https://oss.sonatype.org/content/repositories/releases
+
+
+
+
+ com.wordnik
+ swagger-codegen_2.9.1
+ ${swagger-codegen-version}
+ compile
+
+
+
+ 2.0.2-SNAPSHOT
+ 3.1.0
+ 7.6.0.v20120127
+
+
diff --git a/samples/docs/swagger-static-docs/sd/assets/css/style.css b/samples/docs/swagger-static-docs/sd/assets/css/style.css
deleted file mode 100644
index 5b6a6c19893..00000000000
--- a/samples/docs/swagger-static-docs/sd/assets/css/style.css
+++ /dev/null
@@ -1,135 +0,0 @@
-.line-numbers {
- margin-right: 1.0em;
-}
-
-.content {
- padding-bottom: 100px;
-}
-
-.column_header_name {
- width: 150px;
-}
-
-.column_header_path {
- width: 350px;
-}
-
-.column_header_name .column_header_param_type .column_header_data_type .column_header_return_type {
- width: 200px;
-}
-
-.expandable {
- display: none;
-}
-
-.main_content {
- margin-top: 80px;
- margin-left: 25px;
- margin-right: 25px;
-}
-
-.header {
- position: fixed;
- text-align: left;
- background-color: black;
- float: left;
- top: 0;
- width: 100%;
- height: 70px auto;
- padding-bottom: 20px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 5px;
-}
-
-.top-bar h1 a {
- width: auto;
-}
-
-.top-bar h1#logo a {
- width: auto;
- display: block;
- clear: none;
- float: left;
- background-position: left;;
- color: white;
- text-decoration: none;
-}
-
-.top-bar ul li {
- list-style: none;
-}
-
-.top-bar h1#logo span {
- display: block;
- clear: none;
- float: left;
- padding-top: 10px;
- padding-left: 10px;
- margin: 0px;
-}
-
-.top-bar h1#logo a span.light {
- color: #ffc97a;
- color: #666666;
- padding-left: 0px;
-}
-
-.top-bar ul#nav {
- float: none;
- clear: both;
- overflow: hidden;
- margin: 0;
- padding: 0;
- display: block;
- float: right;
- clear: none;
-}
-
-.top-bar ul#nav li {
- float: left;
- clear: none;
- margin: 0;
- padding: 2px 10px;
- border-right: 1px solid #dddddd;
-}
-
-.top-bar ul#nav li:first-child, .top-bar ul#nav li.first {
- padding-left: 0;
-}
-
-.top-bar ul#nav li:last-child, .top-bar ul#nav li.last {
- padding-right: 0;
- border-right: none;
-}
-
-.top-bar ul#nav li {
- border: none;
- padding: 0 5px;
-}
-
-.top-bar ul#nav li a {
- display: block;
- padding: 8px 10px 8px 10px;
- color: #999999;
- text-decoration: none;
-}
-
-.top-bar ul#nav li a.strong {
- color: white;
-}
-
-.top-bar ul#nav li a:active, .top-bar ul#nav li a.active, .top-bar ul#nav li a:hover {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- -o-border-radius: 4px;
- -ms-border-radius: 4px;
- -khtml-border-radius: 4px;
- border-radius: 4px;
- background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0%, #ff5401), color-stop(100%, #ffa014));
- background-image: -moz-linear-gradient(bottom, #ff5401 0%, #ffa014 100%);
- background-image: linear-gradient(bottom, #ff5401 0%, #ffa014 100%);
- color: white;
-}
-
-.top-bar ul#nav:hover li {
- border-color: #222222;
-}
\ No newline at end of file
diff --git a/samples/docs/swagger-static-docs/sd/index.html b/samples/docs/swagger-static-docs/sd/index.html
deleted file mode 100644
index ec27bf4b8a8..00000000000
--- a/samples/docs/swagger-static-docs/sd/index.html
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
-
-
-
- REST API v1.1 Resources | Twitter Developers
-
-
-
-
-
API Documentation
-
UserApi
-
-
- Name |
- Resource |
- Notes |
-
-
- createUsersWithArrayInput |
- /user.{format}/createWithArray |
- Creates list of users with given input array |
-
-
- createUser |
- /user.{format} |
- Create user This can only be done by the logged in user. |
-
-
- createUsersWithListInput |
- /user.{format}/createWithList |
- Creates list of users with given list input |
-
-
- updateUser |
- /user.{format}/{username} |
- Updated user This can only be done by the logged in user. |
-
-
- deleteUser |
- /user.{format}/{username} |
- Delete user This can only be done by the logged in user. |
-
-
- getUserByName |
- /user.{format}/{username} |
- Get user by user name |
-
-
- loginUser |
- /user.{format}/login |
- Logs user into the system |
-
-
- logoutUser |
- /user.{format}/logout |
- Logs out current logged in user session |
-
-
-
PetApi
-
-
- Name |
- Resource |
- Notes |
-
-
- getPetById |
- /pet.{format}/{petId} |
- Find pet by ID Returns a pet based on ID |
-
-
- addPet |
- /pet.{format} |
- Add a new pet to the store |
-
-
- updatePet |
- /pet.{format} |
- Update an existing pet |
-
-
- findPetsByStatus |
- /pet.{format}/findByStatus |
- Finds Pets by status Multiple status values can be provided with comma seperated strings |
-
-
- findPetsByTags |
- /pet.{format}/findByTags |
- Finds Pets by tags Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing. |
-
-
-
StoreApi
-
-
- Name |
- Resource |
- Notes |
-
-
- getOrderById |
- /store.{format}/order/{orderId} |
- Find purchase order by ID For valid response try integer IDs with value <= 5. Anything above 5 or nonintegers will generate API errors |
-
-
- deleteOrder |
- /store.{format}/order/{orderId} |
- Delete purchase order by ID For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors |
-
-
- placeOrder |
- /store.{format}/order |
- Place an order for a pet |
-
-
-
-
-