From f64a7b2154f6d7082dce673fa140d5c38f94c218 Mon Sep 17 00:00:00 2001 From: David Tauriello Date: Fri, 5 Jul 2019 16:16:23 -0400 Subject: [PATCH 1/5] update index.html remove oAuth redirect --- index.html | 26 +++++++++++++---- oauth2-redirect.html | 67 -------------------------------------------- 2 files changed, 21 insertions(+), 72 deletions(-) delete mode 100644 oauth2-redirect.html diff --git a/index.html b/index.html index 5ab8f92..49ef9d6 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ XBRL API Documentation - + -
+
@@ -73,7 +89,7 @@ plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], - // docExpansion: 'full', + docExpansion: 'full', layout: "StandaloneLayout" }) // End Swagger UI call region diff --git a/oauth2-redirect.html b/oauth2-redirect.html deleted file mode 100644 index fb68399..0000000 --- a/oauth2-redirect.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - From 066920e6aeeca06423668b69ff72ca3d493c0d55 Mon Sep 17 00:00:00 2001 From: David Tauriello Date: Fri, 5 Jul 2019 16:17:51 -0400 Subject: [PATCH 2/5] update index --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 49ef9d6..ee9af1e 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], - docExpansion: 'full', + // docExpansion: 'full', layout: "StandaloneLayout" }) // End Swagger UI call region From da0cc633f616bfa270814ff3a9c4152178eba8c0 Mon Sep 17 00:00:00 2001 From: David Tauriello Date: Fri, 5 Jul 2019 16:23:33 -0400 Subject: [PATCH 3/5] update for oAuth --- index.html | 17 +++-------- oauth2-redirect.html | 67 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 13 deletions(-) create mode 100644 oauth2-redirect.html diff --git a/index.html b/index.html index ee9af1e..512a609 100644 --- a/index.html +++ b/index.html @@ -28,19 +28,6 @@ margin:0; background: #fafafa; } - - - .swagger-ui .topbar { padding: 8px 30px; background-color: #E2E2E2; @@ -67,6 +54,10 @@ margin-top:8px; margin-left: -28px !important; } + div.auth-container:first-of-type + { + display:none + } diff --git a/oauth2-redirect.html b/oauth2-redirect.html new file mode 100644 index 0000000..fb68399 --- /dev/null +++ b/oauth2-redirect.html @@ -0,0 +1,67 @@ + + + + + + From 07dd74a704f713a51b6026df9576bce7aa48c9a8 Mon Sep 17 00:00:00 2001 From: David Tauriello Date: Fri, 5 Jul 2019 16:45:48 -0400 Subject: [PATCH 4/5] update index.html for swagger formatting --- index.html | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 5ab8f92..55a75e4 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ XBRL API Documentation - + @@ -28,28 +28,31 @@ margin:0; background: #fafafa; } - - - + } .topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span { visibility: collapse; } - - .topbar-wrapper .link:before + .topbar-wrapper .link:before { content: url('./src/logo.png'); margin-top:8px; + margin-left: -28px !important; } From 3124013a0418128c16e972f6b0b629e2bb52bdf4 Mon Sep 17 00:00:00 2001 From: David Tauriello Date: Fri, 5 Jul 2019 16:50:44 -0400 Subject: [PATCH 5/5] update for swagger formatting --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 55a75e4..62740da 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ XBRL API Documentation - - + +