diff --git a/.idea/modules/httpstatus.iml b/.idea/modules/httpstatus.iml
index 76d1928..53f906e 100644
--- a/.idea/modules/httpstatus.iml
+++ b/.idea/modules/httpstatus.iml
@@ -1,6 +1,6 @@
-
+
@@ -14,12 +14,14 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/HttpStatus.ipr b/HttpStatus.ipr
index cb18926..972336d 100644
--- a/HttpStatus.ipr
+++ b/HttpStatus.ipr
@@ -38,26 +38,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -76,9 +56,6 @@
-
-
-
@@ -219,7 +194,7 @@
-
+
@@ -323,13 +298,13 @@
-
+
-
+
-
+
@@ -350,36 +325,22 @@
-
+
-
-
-
-
-
-
-
-
+
-
+
-
+
-
-
-
-
-
-
-
-
+
-
+
diff --git a/build.gradle b/build.gradle
index bc814b0..8b7b272 100644
--- a/build.gradle
+++ b/build.gradle
@@ -219,7 +219,12 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) {
task pandoc(type: Exec) {
group = 'Documentation'
- def pandoc_args = ['--from', 'markdown_github', '--to', 'html5', '-s', '-c', 'github-pandoc.css', '-o', 'README.html', 'README.md']
+ def pandoc_args = ['--from', 'markdown_github',
+ '--to', 'html5',
+ '-s',
+ '-c', 'github-pandoc.css',
+ '-o', 'docs/README.html',
+ 'README.md']
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
commandLine(['cmd', '/c', 'pandoc'] + pandoc_args)
} else {
diff --git a/README.html b/docs/README.html
similarity index 100%
rename from README.html
rename to docs/README.html
diff --git a/github-pandoc.css b/docs/github-pandoc.css
similarity index 100%
rename from github-pandoc.css
rename to docs/github-pandoc.css