Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Jul 23, 2023
1 parent 2551a60 commit 9e88274
Show file tree
Hide file tree
Showing 34 changed files with 71 additions and 40 deletions.
20 changes: 20 additions & 0 deletions docs/assets/javascripts/swagger-initializer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
window.onload = function() {
//<editor-fold desc="Changeable Configuration Block">

// the following lines will be replaced by docker/configurator, when it runs in a docker-container
window.ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
});

//</editor-fold>
};
2 changes: 1 addition & 1 deletion docs/assets/javascripts/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/javascripts/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/assets/javascripts/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/javascripts/swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/assets/javascripts/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/javascripts/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/assets/stylesheets/swagger-ui.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/stylesheets/swagger-ui.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/demo/build-in-multiple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,13 @@ <h2 id="markdown">Markdown</h2>
<a href="#__codelineno-0-11" id="__codelineno-0-11" name="__codelineno-0-11"></a><span class="p">&lt;</span><span class="nt">swagger-ui</span> <span class="na">src</span><span class="o">=</span><span class="s">"./openapi-spec/sample.yaml"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="multiple-oas-in-single-swagger-ui">Multiple OAS in single Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="be4c69bb" src="swagger-be4c69bb.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="d7b8626e" src="swagger-d7b8626e.html" style="overflow:hidden;width:100%;" width="100%"></iframe>



</p>
<h2 id="other-independent-swagger-ui">Other independent Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="5ab66e43" src="swagger-5ab66e43.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="6f4a085c" src="swagger-6f4a085c.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("5ab66e43");
parent.update_swagger_ui_iframe_height("6f4a085c");
});

// start observing for resizing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("be4c69bb");
parent.update_swagger_ui_iframe_height("d7b8626e");
});

// start observing for resizing
Expand Down
6 changes: 3 additions & 3 deletions docs/demo/multiple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ <h2 id="markdown">Markdown</h2>
<a href="#__codelineno-0-3" id="__codelineno-0-3" name="__codelineno-0-3"></a><span class="p">&lt;</span><span class="nt">swagger-ui</span> <span class="na">src</span><span class="o">=</span><span class="s">"https://petstore.swagger.io/v2/swagger.json"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="1e250f64" src="swagger-1e250f64.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<iframe class="swagger-ui-iframe" frameborder="0" id="559504db" src="swagger-559504db.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<iframe class="swagger-ui-iframe" frameborder="0" id="e45894e5" src="swagger-e45894e5.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="592d7bd4" src="swagger-592d7bd4.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<iframe class="swagger-ui-iframe" frameborder="0" id="4e059e2f" src="swagger-4e059e2f.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<iframe class="swagger-ui-iframe" frameborder="0" id="7c43c624" src="swagger-7c43c624.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("559504db");
parent.update_swagger_ui_iframe_height("4e059e2f");
});

// start observing for resizing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("942e5e3c");
parent.update_swagger_ui_iframe_height("592d7bd4");
});

// start observing for resizing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("5766945d");
parent.update_swagger_ui_iframe_height("7c43c624");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/oauth2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ <h2 id="markdown">Markdown</h2>
<a href="#__codelineno-0-9" id="__codelineno-0-9" name="__codelineno-0-9"></a> <span class="na">usePkceWithAuthorizationCodeGrant</span><span class="o">=</span><span class="s">"false"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="8068d733" src="swagger-8068d733.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="6bab9a43" src="swagger-6bab9a43.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("8068d733");
parent.update_swagger_ui_iframe_height("6bab9a43");
});

// start observing for resizing
Expand Down
4 changes: 2 additions & 2 deletions docs/demo/openapi-v3.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ <h2 id="markdown">Markdown</h2>
<a href="#__codelineno-0-2" id="__codelineno-0-2" name="__codelineno-0-2"></a><span class="p">&lt;</span><span class="nt">swagger-ui</span> <span class="na">src</span><span class="o">=</span><span class="s">"./openapi-spec/v3.1/webhook-example.yaml"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="58db2cec" src="swagger-58db2cec.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="b9b9084c" src="swagger-b9b9084c.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="33b66486" src="swagger-33b66486.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="77a04978" src="swagger-77a04978.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("58db2cec");
parent.update_swagger_ui_iframe_height("33b66486");
});

// start observing for resizing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("b9b9084c");
parent.update_swagger_ui_iframe_height("77a04978");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/pet-store-full-width/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 id="markdown">Markdown</h2>
<a href="#__codelineno-0-7" id="__codelineno-0-7" name="__codelineno-0-7"></a><span class="p">&lt;</span><span class="nt">swagger-ui</span> <span class="na">src</span><span class="o">=</span><span class="s">"https://petstore.swagger.io/v2/swagger.json"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="5766945d" src="swagger-5766945d.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="e77a13de" src="swagger-e77a13de.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("e45894e5");
parent.update_swagger_ui_iframe_height("e77a13de");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/static-file/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h2 id="markdown">Markdown</h2>
<div class="highlight"><pre><span></span><code><a href="#__codelineno-0-1" id="__codelineno-0-1" name="__codelineno-0-1"></a><span class="p">&lt;</span><span class="nt">swagger-ui</span> <span class="na">src</span><span class="o">=</span><span class="s">"./openapi-spec/sample.yaml"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="942e5e3c" src="swagger-942e5e3c.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="e1e00c19" src="swagger-e1e00c19.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("1e250f64");
parent.update_swagger_ui_iframe_height("e1e00c19");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/without-try-it-out/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 id="markdown">Markdown</h2>
<a href="#__codelineno-1-3" id="__codelineno-1-3" name="__codelineno-1-3"></a><span class="w"> </span><span class="nt">supportedSubmitMethods</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[]</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="77cc1911" src="swagger-77cc1911.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="d4a3eb9f" src="swagger-d4a3eb9f.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("77cc1911");
parent.update_swagger_ui_iframe_height("d4a3eb9f");
});

// start observing for resizing
Expand Down
4 changes: 2 additions & 2 deletions docs/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ <h2 id="through-tag-attributes">Through tag attributes</h2>
</code></pre></div>
<p>Tag attributes also supports setting <a href="https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/">initOAuth</a> method.</p>
<h3 id="swagger-ui-with-local-configurations">Swagger UI with local configurations</h3>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="96863b3e" src="swagger-96863b3e.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="28edbe12" src="swagger-28edbe12.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<h3 id="swagger-ui-without-local-configurations">Swagger UI without local configurations</h3>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="f4807a79" src="swagger-f4807a79.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="efc50ddb" src="swagger-efc50ddb.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("96863b3e");
parent.update_swagger_ui_iframe_height("28edbe12");
});

// start observing for resizing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("f4807a79");
parent.update_swagger_ui_iframe_height("efc50ddb");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion docs/pet-store/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h2 id="markdown">Markdown</h2>
<div class="highlight"><pre><span></span><code><a href="#__codelineno-0-1" id="__codelineno-0-1" name="__codelineno-0-1"></a><span class="p">&lt;</span><span class="nt">swagger-ui</span> <span class="na">src</span><span class="o">=</span><span class="s">"https://petstore.swagger.io/v2/swagger.json"</span><span class="p">/&gt;</span>
</code></pre></div>
<h2 id="swagger-ui">Swagger UI</h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="0ff95fd0" src="swagger-0ff95fd0.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="8e94a3b5" src="swagger-8e94a3b5.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("0ff95fd0");
parent.update_swagger_ui_iframe_height("8e94a3b5");
});

// start observing for resizing
Expand Down
20 changes: 10 additions & 10 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,52 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/options/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/pet-store/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/build-in-multiple/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/multiple/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/oauth2/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/openapi-v3.1/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/pet-store-full-width/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/static-file/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/without-try-it-out/</loc>
<lastmod>2023-06-14</lastmod>
<lastmod>2023-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 9e88274

Please sign in to comment.