Skip to content

Commit

Permalink
deploy: b844eea
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 19, 2023
1 parent d487737 commit 9109fa1
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 0 deletions.
51 changes: 51 additions & 0 deletions b844eea6bc6fff01aa0153b0b263b88d2b507672/_bundle/app.client.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions b844eea6bc6fff01aa0153b0b263b88d2b507672/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample doc project</title>
<style type="text/css">
body {
height: 100vh;
}
</style>
<link type="text/css" rel="stylesheet" href="_bundle/app.client.css" />


</head>
<body class="yc-root yc-root_theme_light">
<div id="root"></div>
<script type="application/javascript">
window.STATIC_CONTENT = false
window.__DATA__ = {"data":{"leading":false,"toc":{"title":"Sample doc project","href":"index.html","items":[{"name":"openapi","items":[{"name":"Overview","href":"openapi/index.html","id":"Overview-0-0.7982068887718765"},{"name":"test-controller","items":[{"name":"Overview","href":"openapi/test-controller/index.html","id":"Overview-0-0.7393693370962378"},{"href":"openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation","id":"Simple get operation-1-0.1158162768961053"}],"id":"test-controller-1-0.9694700341480182"}],"id":"openapi-0-0.13267693047544538"}],"base":"."},"meta":{"style":[],"script":[]},"assets":[],"headings":[{"title":"Sample doc project","href":"#sample-doc-project","level":2}],"title":"","includes":[],"html":"<h2 id=\"sample-doc-project\"><a href=\"#sample-doc-project\" class=\"yfm-anchor\" aria-hidden=\"true\"><span class=\"visually-hidden\">Sample doc project</span></a>Sample doc project</h2>\n<p>Deployed successfully<br>\nHello from latest build</p>\n"},"router":{"pathname":"index.html"},"lang":"ru"};
</script>
<script type="application/javascript" src="_bundle/app.client.js"></script>
</body>
</html>

27 changes: 27 additions & 0 deletions b844eea6bc6fff01aa0153b0b263b88d2b507672/openapi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenAPI definition | Sample doc project</title>
<style type="text/css">
body {
height: 100vh;
}
</style>
<link type="text/css" rel="stylesheet" href="../_bundle/app.client.css" />


</head>
<body class="yc-root yc-root_theme_light">
<div id="root"></div>
<script type="application/javascript">
window.STATIC_CONTENT = false
window.__DATA__ = {"data":{"leading":false,"toc":{"title":"Sample doc project","href":"../index.html","items":[{"name":"openapi","items":[{"name":"Overview","href":"../openapi/index.html","id":"Overview-0-0.7982068887718765"},{"name":"test-controller","items":[{"name":"Overview","href":"../openapi/test-controller/index.html","id":"Overview-0-0.7393693370962378"},{"href":"../openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation","id":"Simple get operation-1-0.1158162768961053"}],"id":"test-controller-1-0.9694700341480182"}],"id":"openapi-0-0.13267693047544538"}],"base":"."},"meta":{"style":[],"script":[]},"assets":[],"headings":[{"title":"Sections","href":"#sections","level":2},{"title":"Specification","href":"#specification","level":2}],"title":"OpenAPI definition","includes":[],"html":"<p><samp>version: v0</samp></p>\n<h2 id=\"sections\"><a href=\"#sections\" class=\"yfm-anchor\" aria-hidden=\"true\"><span class=\"visually-hidden\">Sections</span></a>Sections</h2>\n<ul>\n<li><a href=\"test-controller/index.html\">test-controller</a></li>\n</ul>\n<h2 id=\"specification\"><a href=\"#specification\" class=\"yfm-anchor\" aria-hidden=\"true\"><span class=\"visually-hidden\">Specification</span></a>Specification</h2>\n<div class=\"yfm-cut\"><div class=\"yfm-cut-title\">Open API</div><div class=\"yfm-cut-content\">\n <div class=\"yfm-clipboard\">\n <pre><code class=\"hljs\">{\n &quot;openapi&quot;: &quot;3.0.1&quot;,\n &quot;info&quot;: {\n &quot;title&quot;: &quot;OpenAPI definition&quot;,\n &quot;version&quot;: &quot;v0&quot;\n },\n &quot;servers&quot;: [\n {\n &quot;url&quot;: &quot;http://localhost:8080&quot;,\n &quot;description&quot;: &quot;Generated server url&quot;\n }\n ],\n &quot;paths&quot;: {\n &quot;/test&quot;: {\n &quot;get&quot;: {\n &quot;tags&quot;: [\n &quot;test-controller&quot;\n ],\n &quot;summary&quot;: &quot;Simple get operation&quot;,\n &quot;description&quot;: &quot;Defines a simple get operation with no inputs and a complex&quot;,\n &quot;operationId&quot;: &quot;getWithPayloadResponse&quot;,\n &quot;responses&quot;: {\n &quot;200&quot;: {\n &quot;description&quot;: &quot;200!!!!&quot;,\n &quot;content&quot;: {\n &quot;application/json&quot;: {\n &quot;schema&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;age1&quot;: {\n &quot;type&quot;: &quot;integer&quot;,\n &quot;format&quot;: &quot;int32&quot;\n },\n &quot;age2&quot;: {\n &quot;type&quot;: &quot;integer&quot;,\n &quot;format&quot;: &quot;int32&quot;\n },\n &quot;pet&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Superclass&quot;,\n &quot;oneOf&quot;: [\n {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;foo&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Cat class&quot;\n },\n {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;bar&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Dog class&quot;\n }\n ]\n }\n },\n &quot;description&quot;: &quot;SampleResponseSchemaImplDescription&quot;\n }\n }\n }\n }\n }\n }\n }\n },\n &quot;components&quot;: {\n &quot;schemas&quot;: {\n &quot;Cat&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;foo&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Cat class&quot;\n },\n &quot;Dog&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;bar&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Dog class&quot;\n },\n &quot;Pet&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Superclass&quot;,\n &quot;oneOf&quot;: [\n {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;foo&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Cat class&quot;\n },\n {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;bar&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Dog class&quot;\n }\n ]\n },\n &quot;SampleResponseSchemaImpl&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;age1&quot;: {\n &quot;type&quot;: &quot;integer&quot;,\n &quot;format&quot;: &quot;int32&quot;\n },\n &quot;age2&quot;: {\n &quot;type&quot;: &quot;integer&quot;,\n &quot;format&quot;: &quot;int32&quot;\n },\n &quot;pet&quot;: {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Superclass&quot;,\n &quot;oneOf&quot;: [\n {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;foo&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Cat class&quot;\n },\n {\n &quot;type&quot;: &quot;object&quot;,\n &quot;properties&quot;: {\n &quot;type&quot;: {\n &quot;type&quot;: &quot;string&quot;\n },\n &quot;bar&quot;: {\n &quot;type&quot;: &quot;string&quot;\n }\n },\n &quot;description&quot;: &quot;Dog class&quot;\n }\n ]\n }\n },\n &quot;description&quot;: &quot;SampleResponseSchemaImplDescription&quot;\n }\n }\n }\n}\n</code></pre>\n\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" class=\"yfm-clipboard-button\" data-animation=\"21\">\n <path\n fill=\"currentColor\"\n d=\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\"\n />\n <path\n stroke=\"currentColor\"\n fill=\"transparent\"\n strokeWidth=\"1.5\"\n d=\"M9.5 13l3 3l5 -5\"\n visibility=\"hidden\"\n >\n <animate\n id=\"visibileAnimation-21\"\n attributeName=\"visibility\"\n from=\"hidden\"\n to=\"visible\"\n dur=\"0.2s\"\n fill=\"freeze\"\n begin=\"\"\n />\n <animate\n id=\"hideAnimation-21\"\n attributeName=\"visibility\"\n from=\"visible\"\n to=\"hidden\"\n dur=\"1s\"\n begin=\"visibileAnimation-21.end+1\"\n fill=\"freeze\"\n />\n </path>\n </svg>\n </div>\n</div></div><!-- markdownlint-disable-file -->"},"router":{"pathname":"../openapi/index.html"},"lang":"ru"};
</script>
<script type="application/javascript" src="../_bundle/app.client.js"></script>
</body>
</html>

Loading

0 comments on commit 9109fa1

Please sign in to comment.