Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Aug 9, 2023
1 parent 3c68241 commit 0cb062b
Show file tree
Hide file tree
Showing 38 changed files with 44 additions and 75 deletions.
20 changes: 0 additions & 20 deletions docs/assets/javascripts/swagger-initializer.js

This file was deleted.

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: 0 additions & 3 deletions docs/assets/javascripts/swagger-ui-es-bundle-core.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/stylesheets/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/stylesheets/swagger-ui.css.map

Large diffs are not rendered by default.

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/stylesheets/swagger-ui.js.map

This file was deleted.

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="d7b8626e" src="swagger-d7b8626e.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="22131e1b" src="swagger-22131e1b.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="6f4a085c" src="swagger-6f4a085c.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="57657467" src="swagger-57657467.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 @@ -80,7 +80,7 @@
}

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

// 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("6f4a085c");
parent.update_swagger_ui_iframe_height("57657467");
});

// 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="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>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="6c899a37" src="swagger-6c899a37.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<iframe class="swagger-ui-iframe" frameborder="0" id="266ea8c7" src="swagger-266ea8c7.html" style="overflow:hidden;width:100%;" width="100%"></iframe>
<iframe class="swagger-ui-iframe" frameborder="0" id="e7f083a8" src="swagger-e7f083a8.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("4e059e2f");
parent.update_swagger_ui_iframe_height("266ea8c7");
});

// 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("e1e00c19");
parent.update_swagger_ui_iframe_height("6c899a37");
});

// 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("e77a13de");
parent.update_swagger_ui_iframe_height("e7f083a8");
});

// 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="6bab9a43" src="swagger-6bab9a43.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="9ea8ab07" src="swagger-9ea8ab07.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("6bab9a43");
parent.update_swagger_ui_iframe_height("9ea8ab07");
});

// 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="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>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="4bd1d938" src="swagger-4bd1d938.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="59078af1" src="swagger-59078af1.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("33b66486");
parent.update_swagger_ui_iframe_height("4bd1d938");
});

// 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("77a04978");
parent.update_swagger_ui_iframe_height("59078af1");
});

// 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="e77a13de" src="swagger-e77a13de.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="765c9713" src="swagger-765c9713.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("7c43c624");
parent.update_swagger_ui_iframe_height("765c9713");
});

// 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="e1e00c19" src="swagger-e1e00c19.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="ba549aad" src="swagger-ba549aad.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("592d7bd4");
parent.update_swagger_ui_iframe_height("ba549aad");
});

// 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="d4a3eb9f" src="swagger-d4a3eb9f.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="377592db" src="swagger-377592db.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("d4a3eb9f");
parent.update_swagger_ui_iframe_height("377592db");
});

// 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="28edbe12" src="swagger-28edbe12.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="94084a09" src="swagger-94084a09.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="efc50ddb" src="swagger-efc50ddb.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="2969425d" src="swagger-2969425d.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("efc50ddb");
parent.update_swagger_ui_iframe_height("2969425d");
});

// start observing for resizing
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("28edbe12");
parent.update_swagger_ui_iframe_height("94084a09");
});

// 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="8e94a3b5" src="swagger-8e94a3b5.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="e1917fe5" src="swagger-e1917fe5.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("8e94a3b5");
parent.update_swagger_ui_iframe_height("e1917fe5");
});

// 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-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/options/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/pet-store/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/build-in-multiple/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/multiple/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/oauth2/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/openapi-v3.1/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/pet-store-full-width/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/static-file/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://blueswen.github.io/mkdocs-swagger-ui-tag/demo/without-try-it-out/</loc>
<lastmod>2023-07-23</lastmod>
<lastmod>2023-08-09</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 0cb062b

Please sign in to comment.